PHP Интерфейс Snorlax\Auth\Authorization

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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