Interface OAuthParameters.Builder

    • Method Detail

      • tokenProviderUrl

        OAuthParameters.Builder tokenProviderUrl​(String tokenProviderUrl)

        The token endpoint URL of the identity provider.

        Parameters:
        tokenProviderUrl - The token endpoint URL of the identity provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • oAuthScope

        OAuthParameters.Builder oAuthScope​(String oAuthScope)

        The OAuth scope.

        Parameters:
        oAuthScope - The OAuth scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identityProviderVpcConnectionProperties

        OAuthParameters.Builder identityProviderVpcConnectionProperties​(VpcConnectionProperties identityProviderVpcConnectionProperties)
        Sets the value of the IdentityProviderVpcConnectionProperties property for this object.
        Parameters:
        identityProviderVpcConnectionProperties - The new value for the IdentityProviderVpcConnectionProperties property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identityProviderResourceUri

        OAuthParameters.Builder identityProviderResourceUri​(String identityProviderResourceUri)

        The resource uri of the identity provider.

        Parameters:
        identityProviderResourceUri - The resource uri of the identity provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.