PHP 클래스 Snorlax\Auth\BearerAuth

상속: implements Snorlax\Auth\Authorization
파일 보기 프로젝트 열기: ezdeliveryco/snorlax 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $token ) BearerAuth constructor.
getAuthType ( ) {@inheritDoc}
getCredentials ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

BearerAuth constructor.
public __construct ( string $token )
$token string

getAuthType() 공개 메소드

{@inheritDoc}
public getAuthType ( )

getCredentials() 공개 메소드

{@inheritDoc}
public getCredentials ( )