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. |
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 |
public getGrantTypeHandlers ( ) : array | ||
Résultat | array | Supported handler in key-value pair |