Class SsoAccessTokenProvider

java.lang.Object
software.amazon.awssdk.services.sso.internal.SsoAccessTokenProvider
All Implemented Interfaces:
SdkTokenProvider, IdentityProvider<TokenIdentity>

@SdkInternalApi public final class SsoAccessTokenProvider extends Object implements SdkTokenProvider
Resolve the access token from the cached token file. If the token has expired then throw out an exception to ask the users to update the token. This provider can also be replaced by any other implementation of resolving the access token. The users can resolve the access token in their own way and add it to the SsoCredentialsProvider.Builder.refreshRequest(software.amazon.awssdk.services.sso.model.GetRoleCredentialsRequest).
  • Constructor Details

    • SsoAccessTokenProvider

      public SsoAccessTokenProvider(Path cachedTokenFilePath)
  • Method Details