PHP 인터페이스 AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerFactoryInterface

저자: Wong Hoi Sing Edison ([email protected])
파일 보기 프로젝트 열기: authbucket/oauth2

공개 메소드들

메소드 설명
getResponseTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface Gets a stored response type handler.
getResponseTypeHandlers ( ) : array Get a list of all supported handler.

메소드 상세

getResponseTypeHandler() 공개 메소드

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
리턴 AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface The stored response type handler

getResponseTypeHandlers() 공개 메소드

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