Package software.amazon.awssdk.services.signin.internal
package software.amazon.awssdk.services.signin.internal
-
ClassDescriptionAn SDK plugin that will use DPoP auth for requests by adding the
DpopAuthSchemeand overriding theAuthSchemeProviderwith a custom provider that will always return Dpop.An AuthScheme representing authentication withOAuth 2.0 Demonstrating Proof of Possession (DPoP) header.Utilities that implement rfc9449 - OAuth 2.0 Demonstrating Proof of Possession (DPoP)An identity representing the public and private keys required to sign a request using DPoP.Signs request with a DPoP header using the requests endpoint and http method and the key from the resolved Identity.Represents a cached signin token: accessToken - A JSON object containing the access token and its metadata.