Class ClientCredentialsFlow
Implementation of Client Credentials Flow
-
Authoritarian\Flow\AbstractFlow
-
Authoritarian\Flow\ClientCredentialsFlow
Methods summary
public
Guzzle\Http\Message\RequestInterface
|
#
getRequest( )
Get the request to the Access Token
Get the request to the Access Token
Returns
Guzzle\Http\Message\RequestInterface
Throws
MissingTokenUrlException When the OAuth token URL wasn't set
MissingClientCredentialException When the app's client credentials wasn't set
Overrides
|
Constants summary
string |
GRANT_TYPE
|
'client_credentials' |
|