PHP Interface Snorlax\Auth\Authorization

Show file Open project: ezdeliveryco/snorlax Interface Usage Examples

Public Methods

Method 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 method

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

getCredentials() public method

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