AbstractResponseTypeHandler
class AbstractResponseTypeHandler implements ResponseTypeHandlerInterface
Shared response type implementation.
Properties
protected | $tokenStorage | ||
protected | $validator | ||
protected | $modelManagerFactory | ||
protected | $tokenTypeHandlerFactory |
Methods
__construct(TokenStorageInterface $tokenStorage, ValidatorInterface $validator, ModelManagerFactoryInterface $modelManagerFactory, TokenTypeHandlerFactoryInterface $tokenTypeHandlerFactory)
No description
string
checkUsername()
Fetch username from authenticated token.
string
checkClientId(Request $request)
Fetch cliend_id from GET.
string
checkRedirectUri(Request $request, string $clientId)
Fetch redirect_uri from GET.
checkState(Request $request, $redirectUri)
No description
checkScope(Request $request, $clientId, $username, $redirectUri, $state)
No description
Details
at line 44
__construct(TokenStorageInterface $tokenStorage, ValidatorInterface $validator, ModelManagerFactoryInterface $modelManagerFactory, TokenTypeHandlerFactoryInterface $tokenTypeHandlerFactory)
at line 63
protected string
checkUsername()
Fetch username from authenticated token.
at line 85
protected string
checkClientId(Request $request)
Fetch cliend_id from GET.
at line 123
protected string
checkRedirectUri(Request $request, string $clientId)
Fetch redirect_uri from GET.