PHP Class Snorlax\Auth\BearerAuth

Inheritance: implements Snorlax\Auth\Authorization
Afficher le fichier Open project: ezdeliveryco/snorlax Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $token ) BearerAuth constructor.
getAuthType ( ) {@inheritDoc}
getCredentials ( ) {@inheritDoc}

Method Details

__construct() public méthode

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

getAuthType() public méthode

{@inheritDoc}
public getAuthType ( )

getCredentials() public méthode

{@inheritDoc}
public getCredentials ( )