메소드 | 설명 | |
---|---|---|
getResponseTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface | Gets a stored response type handler. | |
getResponseTypeHandlers ( ) : array | Get a list of all supported handler. |
public getResponseTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface | ||
$type | string | Type of response type handler, as refer to RFC6749 |
리턴 | AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface | The stored response type handler |
public getResponseTypeHandlers ( ) : array | ||
리턴 | array | Supported handler in key-value pair |