OAuth2.Strategy.ClientCredentials (OAuth2 v2.1.0) View Source

The Client Credentials Strategy

http://tools.ietf.org/html/rfc6749#section-1.3.4

The client credentials (or other forms of client authentication) can be used as an authorization grant when the authorization scope is limited to the protected resources under the control of the client, or to protected resources previously arranged with the authorization server. Client credentials are used as an authorization grant typically when the client is acting on its own behalf (the client is also the resource owner) or is requesting access to protected resources based on an authorization previously arranged with the authorization server.

Link to this section Summary

Functions

Not used for this strategy.

Retrieve an access token given the specified strategy.

Link to this section Functions

Link to this function

authorize_url(client, params)

View Source

Not used for this strategy.

Link to this function

get_token(client, params, headers)

View Source

Retrieve an access token given the specified strategy.