extends |
Token |
|---|---|
implements |
AccessTokenInterface |
| Methods | ||
|---|---|---|
protected
|
__construct()
|
# |
public
|
getType(): string
|
# |
public
static
|
decode(string $encoded): AccessToken
|
# |
public
static
|
create(
Authorization $authorization,
array<string> $scope = [],
int $expires_in = Token::TTL_PERPETUAL,
TokenGrantType $grant = null,
array<string, mixed> $additional = [],
): AccessToken|null
|
# |
public
|
getAccessTokenType(): string
|
# |
| Constants inherited from SimpleID\Protocols\OAuth\Token |
|---|
|
| Properties inherited from SimpleID\Protocols\OAuth\Token |
|---|
$branca, $id, $authorization, $scope, $expire, $grant_ref, $additional, $encoded, $is_parsed |