Top "Access-token" questions

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

How do I access my Firebase Database via HTTP REST API?

Thanks to this answer I am able to connect to Firebase 3 via HTTP REST API and an email/password. Logging …

firebase firebase-realtime-database firebase-authentication access-token refresh-token
Oauth 2.0 authorization for LinkedIn in Android

Even though there is no such android specific sdk from linkedIn(like facebook and twitter sdk for android).Setting up …

android oauth-2.0 linkedin access-token
Check if user is logged in with Token Based Authentication in ASP.NET Core

I managed to implement this token based authentication system in my application, but I have a little question. How can …

c# asp.net asp.net-core access-token
PHP SDK: How do I capture the access token after user auths app?

This is for a canvas app on the Facebook Platform using the new(est) Facebook PHP SDK. We are using …

facebook-php-sdk oauth-2.0 access-token facebook-canvas
AngularJS - Handling refresh token?

I'm building a SPA with AngularJS with communication to a service (JAVA). When user sends his username/pass, service sends …

javascript angularjs authentication access-token http-status-code-401
Google API Client "refresh token must be passed in or set as part of setAccessToken"

I am currently facing a very strange problem, indeed I've been following this very same guide (https://developers.google.com/…

php google-api google-calendar-api access-token google-api-php-client
Keycloak API always returns 401

I'm trying to interact with Keycloak via its REST API. I have the master realm and the default admin user, …

api https access-token keycloak unauthorized
How can I validate my custom Oauth2 access token in server-side

public class SimpleAuthorizationServerProvider : OAuthAuthorizationServerProvider { public override async Task GrantResourceOwnerCredentials(OAuthGrantResourceOwnerCredentialsContext context) { bool isvalidUser = AuthenticateUser(context.UserName, context.Password);// validate my …

c# asp.net-web-api oauth-2.0 authorization access-token
How to get access token from GoogleCredential?

I am trying to get an access token to use the Google Play Android Developer API, and I got this …

authorization google-api oauth-2.0 credentials access-token
OAuth 2.0 Generating Token and Secret Token

I am implementing the OAuth 2.0 provider server using Apache Oltu framework, looking for some idea on how to generate the …

java oauth-2.0 access-token oltu