AuthBucket\OAuth2\TokenType\TokenTypeHandlerFactoryInterface::getTokenTypeHandler PHP Méthode

getTokenTypeHandler() public méthode

Gets a stored token type handler.
public getTokenTypeHandler ( string $type = null ) : GrantTypeHandlerInterface
$type string Type of token type handler, as refer to RFC6749
Résultat GrantTypeHandlerInterface The stored token type handler
    public function getTokenTypeHandler($type = null);
TokenTypeHandlerFactoryInterface