public interface SdkToken
For more details on tokens, see: https://oauth.net/2/access-tokens
SdkTokenProvider| Modifier and Type | Method and Description |
|---|---|
Optional<Instant> |
expirationTime()
Retrieves the time at which the token expires.
|
String |
token()
Retrieves string field representing the literal token string.
|
Copyright © 2023. All rights reserved.