Interface SdkToken
-
- All Superinterfaces:
Identity
,TokenIdentity
public interface SdkToken extends TokenIdentity
Provides token which is used to securely authorize requests to services that use token based auth, e.g., OAuth.For more details on OAuth tokens, see: https://oauth.net/2/access-tokens
- See Also:
SdkTokenProvider
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.identity.spi.Identity
expirationTime, providerName
-
Methods inherited from interface software.amazon.awssdk.identity.spi.TokenIdentity
token
-
-