Top "Access-token" questions

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

Length of a security token

I'm using security tokens to create not guessable URLs like this (16 bytes, hex) http://example.com/something/private/b5f8…

security token access-token
Yammer REST API: How to get access tokens for external networks?

I'm working on an ASP.NET web application that reads data from Yammer. I've successfully acomplished authentication and getting messages …

api rest oauth-2.0 access-token yammer
JWT Token Expiration time failing .net core

I am trying to implement Token Based Authentication through refresh tokens and JWT in .NET Core 2.1. This is how I …

asp.net-web-api .net-core jwt access-token refresh-token
Simple Odata Client - How to add oAuth Token in each request header?

In Microsoft oData v4 proxy client, there is an option to add auth token into each request. It can be …

c# oauth-2.0 access-token auth-token simple.odata.client
eBay oauth token and refresh tokens

been struggling for couple of days with eBay token authentication. I am finding it hard to understand how to fetch …

oauth token access-token ebay-api
silent token renew in identity server 4 with js client app not working as expected

I am working with identity server 4 to provide identity services to different apps in an enterprise arch. Registered an SPA …

access-token identityserver4 oidc-client-js implicit-flow
why isn't it possible to steal an access token?

I'm learning OAuth and I have a question in head I can't find an anwser.. I understood request token to …

security oauth access-token
How to extract and get a claim from token?

I've been looking for an exact answer but it seems most answers are client call and out of the scope. …

c# token access-token claims-based-identity claims
Rails Google Client API - unable to exchange a refresh token for access token

After struggling with some SSL issues on my machine, I'm still trying to access a user's Blogger account through the …

ruby-on-rails oauth-2.0 omniauth access-token google-api-client