Class Fake
Represents a type of authorization grant.
An authorization grant is a credential representing the resource owner's authorization (to access its protected resources) used by the client to obtain an access token. OAuth 2.0 defines four grant types -- authorization code, implicit, resource owner password credentials, and client credentials -- as well as an extensibility mechanism for defining additional types.
- League\OAuth2\Client\Grant\AbstractGrant uses League\OAuth2\Client\Tool\RequiredParameterTrait
-
League\OAuth2\Client\Test\Grant\Fake
Namespace: League\OAuth2\Client\Test\Grant
Link: Authorization Grant (RFC 6749, ยง1.3)
Located at test/src/Grant/Fake.php
Link: Authorization Grant (RFC 6749, ยง1.3)
Located at test/src/Grant/Fake.php
protected
string
|
|
protected
array
|
__toString(),
prepareRequestParameters()
|