Top "Access-token" questions

Access Token is the last token acquired during the OAuth authentication process.

How do RSA tokens work?

I would like to understand how RSA tokens (SecurID) work, what is the algorithm used there, is it the same …

algorithm encryption cryptography rsa access-token
Token Based Authentication in ASP.NET Core

I'm working with ASP.NET Core application. I'm trying to implement Token Based Authentication but can not figure out how …

c# authentication asp.net-web-api access-token asp.net-core
How to decode the JWT encoded token payload on client-side in angular 5?

I am getting one JWT encoded access token from my API in response. But I am not able to decode …

angular jwt decode access-token
Do Google refresh tokens expire?

I have used the refresh token several times in just a short period for testing purposes, but I wonder whether …

api google-api token access-token
Spring Boot: Full authentication is required to access this resource

I am doing example of Spring Boot Security with wso2is server from this post https://github.com/angel-git/wso2…

security spring-boot access-token wso2is
How to get user access token?

I'm trying to access scores through the Facebook API to get a list of scores of my friends. When I …

php facebook facebook-graph-api access-token facebook-access-token
Get user data using access token in laravel passport client app

I have successfully created server.app and client.app using Laravel Passport documentation. Everything works as expected. client.app Route: …

php json laravel access-token laravel-passport
Where to store the personal access token from GitHub?

Is it necessary to store the personal access token somewhere locally on the machine after generating it in GitHub? If …

git github access-token
What is supposed to be the redirect_uri when getting access token in facebook app?

$token_url = "https://graph.facebook.com/oauth/access_token?client_id=" . $app_id . "&redirect_uri=" . urlencode($my_url) . "&…

facebook oauth access-token facebook-oauth
How to get a Facebook access token on iOS

iOS beginner here. I have the following code: [facebook authorize:nil delegate:self]; NSString *string1=[facebook accessToken]; NSLog(string1); The …

iphone facebook access-token