You are here

9 calls to Oauth2ClientGrantServiceBase::getProvider() in OAuth2 Client 8.3

AuthorizationCodeGrantService::getAccessToken in src/Service/Grant/AuthorizationCodeGrantService.php
Get an OAuth2 access token.
AuthorizationCodeGrantService::getGrantProvider in src/Service/Grant/AuthorizationCodeGrantService.php
Get the league/oauth2 provider.
AuthorizationCodeGrantService::requestAccessToken in src/Service/Grant/AuthorizationCodeGrantService.php
Executes an authorization_code grant request with the give code.
ClientCredentialsGrantService::getAccessToken in src/Service/Grant/ClientCredentialsGrantService.php
Get an OAuth2 access token.
ClientCredentialsGrantService::getGrantProvider in src/Service/Grant/ClientCredentialsGrantService.php
Get the league/oauth2 provider.
RefreshTokenGrantService::getAccessToken in src/Service/Grant/RefreshTokenGrantService.php
Get an OAuth2 access token.
RefreshTokenGrantService::getGrantProvider in src/Service/Grant/RefreshTokenGrantService.php
Get the league/oauth2 provider.
ResourceOwnersCredentialsGrantService::getAccessToken in src/Service/Grant/ResourceOwnersCredentialsGrantService.php
Get an OAuth2 access token.
ResourceOwnersCredentialsGrantService::getGrantProvider in src/Service/Grant/ResourceOwnersCredentialsGrantService.php
Get the league/oauth2 provider.