Method | Description | |
---|---|---|
getAccessToken ( mixed $grant, array $options = [] ) : League\OAuth2\Client\Token\AccessToken | Requests an access token using a specified grant and option set. | |
getAuthorizationUrl ( array $options = [] ) : string | Builds the authorization URL. |
public getAccessToken ( mixed $grant, array $options = [] ) : League\OAuth2\Client\Token\AccessToken | ||
$grant | mixed | |
$options | array | |
return | League\OAuth2\Client\Token\AccessToken |
public getAuthorizationUrl ( array $options = [] ) : string | ||
$options | array | |
return | string | Authorization URL |