Class DpopSigner

java.lang.Object
software.amazon.awssdk.services.signin.internal.DpopSigner
All Implemented Interfaces:
HttpSigner<DpopIdentity>

@SdkInternalApi public class DpopSigner extends Object implements HttpSigner<DpopIdentity>
Signs request with a DPoP header using the requests endpoint and http method and the key from the resolved Identity.
  • Constructor Details

    • DpopSigner

      public DpopSigner()
  • Method Details