PHP 인터페이스 Snorlax\Auth\Authorization

파일 보기 프로젝트 열기: ezdeliveryco/snorlax 0 사용 예제들

공개 메소드들

메소드 설명
getAuthType ( ) Returns the authorization type, such as "Bearer" or "Basic"
getCredentials ( ) : string Returns the credentials/token for the Authorization header

메소드 상세

getAuthType() 공개 메소드

Returns the authorization type, such as "Bearer" or "Basic"
public getAuthType ( )

getCredentials() 공개 메소드

Returns the credentials/token for the Authorization header
public getCredentials ( ) : string
리턴 string