Interface SdkTokenProvider

All Superinterfaces:
IdentityProvider<TokenIdentity>
All Known Implementing Classes:
DefaultAwsTokenProvider, LazyTokenProvider, ProfileTokenProvider, SdkTokenProviderChain, StaticTokenProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @SdkPublicApi public interface SdkTokenProvider extends IdentityProvider<TokenIdentity>
Interface for loading SdkToken that are used for authentication.