Featured Post

OAuth 2.0 Client Credentials Grant - Requests and Response

About Me Research SEO Training Vedic Astrology Contact
--> Narayana Dasa.pdf Vedic Astrology Integrated Approach Brihat Parasar Hora Sastra.pdf Buddhi Gati Dasa.pdf Kundali Analysis Vedic Software PVR Lessons Astrology Material -->
Table of Contents
  • Client Credentials Grant Request
  • Client Credentials Grant Response
Client Credentials Grant Request
The client credentials grant request contains the following parameters:
grant_type
Required. Must be set to client_credentials .
scope
Optional. The scope of the authorization.
Client Credentials Grant Response
The client credentials response contains the following parameters:
{ "access_token"  : "...",
  "token_type"    : "...",
  "expires_in"    : "...",
}
The access_token property is the access token as assigned by the authorization server.
The token_type property is a type of token assigned by the authorization server.
The expires_in property is a number of seconds after which the access token expires, and is no longer valid. Expiration of access tokens is optional.

A refresh token should not be included for this type of authorization request.

Comments

Popular posts from this blog

[Inside AdSense] Understanding your eCPM (effective cost per thousand impress...