Top "Access-token" questions

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

Process.Start() impersonation problem

Trying to start process with another access token, without success, it runs as the non-impersonated user. using (WindowsIdentity identity = new …

c# .net process impersonation access-token
How to save Oauth Access token securely in android

I have access token from the server after authentication lets say "uyhjjfjfgg567f8fhjkkf" now I want to save it …

android oauth access-token android-security
Extending Facebook Page Access Token

i need to extend my facebook access token, I'm calling this: https://graph.facebook.com/oauth/access_token? client_id={…

facebook access-token
How to get Spotify api access token without asking user to login?

Coding in PHP, I try to initialize Spotify API, without using redirect uri, just using client_id and client_secret. …

php spotify access-token spotify-app
JWT and Web API (JwtAuthForWebAPI?) - Looking For An Example

I've got a Web API project fronted by Angular, and I want to secure it using a JWT token. I've …

c# asp.net-web-api oauth-2.0 access-token jwt
Clarification on id_token vs access_token

I'm building a system with OIDC and OAuth 2.0 (using Auth0), and I'm unsure how to properly use the id_token …

oauth-2.0 access-token openid-connect
HTTParty and authorization via token

Somehow HTTParty returns 401 where CURL works fine. Not sure how to pass token in headers. Working (200): curl http://localhost:3020/api/…

ruby-on-rails curl access-token httparty
Facebook app (NOT user) access token expiration

Do Facebook APP access tokens expire? These tokens are different than the USER tokens; they are acquired like this: https://…

facebook-graph-api access-token
How to secure a refresh token?

I'm using JWTs for authenticating users for my app. When a user logs in they are given an access token …

oauth-2.0 access-token refresh-token