class AuthorizationBearer in Auth0 Single Sign On 8.2
Hierarchy
- class \Auth0\SDK\API\Header\Header
- class \Auth0\SDK\API\Header\Authorization\AuthorizationBearer
Expanded class hierarchy of AuthorizationBearer
3 files declare their use of AuthorizationBearer
- Authentication.php in vendor/
auth0/ auth0-php/ src/ API/ Authentication.php - HeaderTest.php in vendor/
auth0/ auth0-php/ tests/ API/ Header/ HeaderTest.php - Management.php in vendor/
auth0/ auth0-php/ src/ API/ Management.php
File
- vendor/
auth0/ auth0-php/ src/ API/ Header/ Authorization/ AuthorizationBearer.php, line 6
Namespace
Auth0\SDK\API\Header\AuthorizationView source
class AuthorizationBearer extends Header {
/**
* AuthorizationBearer constructor.
*
* @param string $token
*/
public function __construct($token) {
parent::__construct('Authorization', "Bearer {$token}");
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AuthorizationBearer:: |
public | function |
AuthorizationBearer constructor. Overrides Header:: |
|
Header:: |
protected | property | ||
Header:: |
protected | property | ||
Header:: |
public | function | ||
Header:: |
public | function | ||
Header:: |
public | function |