@FunctionalInterface public interface ChildProfileTokenProviderFactory
SdkTokenProvider that are derived from properties as defined in he given profile.
Currently, this is used to allow a Profile configured with start_url and sso_region to configure a token
provider via the 'software.amazon.awssdk.services.ssooidc.internal.SsooidcTokenProviderFactory', assuming ssooidc is on the
classpath.| Modifier and Type | Method and Description |
|---|---|
SdkTokenProvider |
create(ProfileFile profileFile,
Profile profile)
Create a token provider for the provided profile.
|
SdkTokenProvider create(ProfileFile profileFile, Profile profile)
profileFile - The ProfileFile from which the Profile was derived.profile - The profile that should be used to load the configuration necessary to create the token provider.Copyright © 2023. All rights reserved.