Interface BearerAuthScheme

All Superinterfaces:
AuthScheme<TokenIdentity>
All Known Implementing Classes:
DefaultBearerAuthScheme

public interface BearerAuthScheme extends AuthScheme<TokenIdentity>
The smithy.api#httpBearerAuth auth scheme, which uses a TokenIdentity and BearerHttpSigner.