PHP 인터페이스 AuthBucket\OAuth2\TokenType\TokenTypeHandlerFactoryInterface

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

공개 메소드들

메소드 설명
getTokenTypeHandler ( string $type = null ) : GrantTypeHandlerInterface Gets a stored token type handler.
getTokenTypeHandlers ( ) : array Get a list of all supported handler.

메소드 상세

getTokenTypeHandler() 공개 메소드

Gets a stored token type handler.
public getTokenTypeHandler ( string $type = null ) : GrantTypeHandlerInterface
$type string Type of token type handler, as refer to RFC6749
리턴 GrantTypeHandlerInterface The stored token type handler

getTokenTypeHandlers() 공개 메소드

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