Interface AuthSchemeOption

    • Method Detail

      • schemeId

        String schemeId()
        Retrieve the scheme ID, a unique identifier for the authentication scheme (aws.auth#sigv4, smithy.api#httpBearerAuth).
      • identityProperty

        <T> T identityProperty​(IdentityProperty<T> property)
        Retrieve the value of an IdentityProperty.
        Type Parameters:
        T - The type of the IdentityProperty.
        Parameters:
        property - The IdentityProperty to retrieve the value of.
      • signerProperty

        <T> T signerProperty​(SignerProperty<T> property)
        Retrieve the value of an SignerProperty.
        Type Parameters:
        T - The type of the SignerProperty.
        Parameters:
        property - The SignerProperty to retrieve the value of.