Interface ConsentPortalIdpConfig.Builder

  • Method Details

    • credentialProviderArn

      ConsentPortalIdpConfig.Builder credentialProviderArn(String credentialProviderArn)

      The Amazon Resource Name (ARN) of the OAuth2 credential provider used to authenticate end users to the consent portal.

      Parameters:
      credentialProviderArn - The Amazon Resource Name (ARN) of the OAuth2 credential provider used to authenticate end users to the consent portal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scopes

      The OAuth2 scopes that the consent portal requests when authenticating end users.

      Parameters:
      scopes - The OAuth2 scopes that the consent portal requests when authenticating end users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scopes

      The OAuth2 scopes that the consent portal requests when authenticating end users.

      Parameters:
      scopes - The OAuth2 scopes that the consent portal requests when authenticating end users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • audience

      The audience value that the consent portal includes when requesting tokens from the identity provider.

      Parameters:
      audience - The audience value that the consent portal includes when requesting tokens from the identity provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.