BearerTokenTypeHandler
class BearerTokenTypeHandler extends AbstractTokenTypeHandler
Bearer token type handler implementation.
Methods
string
getAccessToken(Request $request)
Fetch access_token from given request.
array
createAccessToken(string $clientId, string $username = '', array $scope = [], string $state = null, bool $withRefreshToken = true)
Create and save access_token parameters for generate response.
Details
at line 26
string
getAccessToken(Request $request)
Fetch access_token from given request.
at line 70
array
createAccessToken(string $clientId, string $username = '', array $scope = [], string $state = null, bool $withRefreshToken = true)
Create and save access_token parameters for generate response.