PHP Interface Snorlax\Auth\Authorization

Afficher le fichier Open project: ezdeliveryco/snorlax Interface Usage Examples

Méthodes publiques

Méthode Description
getAuthType ( ) Returns the authorization type, such as "Bearer" or "Basic"
getCredentials ( ) : string Returns the credentials/token for the Authorization header

Method Details

getAuthType() public méthode

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

getCredentials() public méthode

Returns the credentials/token for the Authorization header
public getCredentials ( ) : string
Résultat string