PHP Interface AuthBucket\OAuth2\GrantType\GrantTypeHandlerFactoryInterface

Author: Wong Hoi Sing Edison ([email protected])
Afficher le fichier Open project: authbucket/oauth2

Méthodes publiques

Méthode Description
getGrantTypeHandler ( string $type = null ) : AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface Gets a stored grant type handler.
getGrantTypeHandlers ( ) : array Get a list of all supported handler.

Method Details

getGrantTypeHandler() public méthode

Gets a stored grant type handler.
public getGrantTypeHandler ( string $type = null ) : AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface
$type string Type of grant type handler, as refer to RFC6749
Résultat AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface The stored grant type handler

getGrantTypeHandlers() public méthode

Get a list of all supported handler.
public getGrantTypeHandlers ( ) : array
Résultat array Supported handler in key-value pair