software.amazon.awssdk.http.auth.spi.scheme (AWS SDK for Java

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.

You Might Also Like