PHP Interface AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerFactoryInterface

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

Méthodes publiques

Méthode Description
getResponseTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface Gets a stored response type handler.
getResponseTypeHandlers ( ) : array Get a list of all supported handler.

Method Details

getResponseTypeHandler() public méthode

Gets a stored response type handler.
public getResponseTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface
$type string Type of response type handler, as refer to RFC6749
Résultat AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface The stored response type handler

getResponseTypeHandlers() public méthode

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