| Interface | Description |
|---|---|
| AuthScheme<T extends Identity> |
An authentication scheme, composed of:
A scheme ID - A unique identifier for the authentication scheme.
An identity provider - An API that can be queried to acquire the customer's identity.
A signer - An API that can be used to sign HTTP requests.
See example auth schemes defined here.
|
| AuthSchemeOption |
An authentication scheme option, composed of the scheme ID and properties for use when resolving the identity and signing
the request.
|
| AuthSchemeOption.Builder |
A builder for a
AuthSchemeOption. |
| AuthSchemeOption.IdentityPropertyConsumer |
Interface for operating on an
IdentityProperty value. |
| AuthSchemeOption.SignerPropertyConsumer |
Interface for operating on an
SignerProperty value. |
| AuthSchemeProvider |
A marker interface for an auth scheme provider.
|
Copyright © 2023. All rights reserved.