implements |
OAuth2TokenCache |
---|
Class DefaultOAuth2TokenCache
Methods | ||
---|---|---|
public
|
__construct(array<string, string> &$array = [])
|
# |
public
|
getOAuth2AccessToken(string $tokenType): string|null
|
# |
public
|
storeOAuth2AccessToken(string $tokenType, string $oauth2AccessToken, int $expirationTimestamp)
|
# |
Constants | ||
---|---|---|
public
|
OAUTH2_ACCESS_TOKEN_PREFIX = 'acquiring.api.oauth2.access-token'
|
# |
public
|
EXPIRATION_TIMESTAMP_PREFIX = 'acquiring.api.oauth2.expiration-timestamp'
|
# |