| Interface | Description |
|---|---|
| TokenManager<T extends SdkToken> |
An object that knows how to load and optionally, store, an SSO token.
|
| TokenRefresher<T extends SdkToken> |
Interface to refresh token.
|
| TokenTransformer<T extends SdkToken,R extends AwsResponse> |
Transformer to convert the response received from service to respective Token objects.
|
| Class | Description |
|---|---|
| CachedTokenRefresher<TokenT extends SdkToken> |
Class to cache Tokens which are supplied by the Suppliers while constructing this class.
|
| CachedTokenRefresher.Builder<TokenT extends SdkToken> |
Copyright © 2022. All rights reserved.