Interface IdentityProviderConfig.Builder

    • Method Detail

      • type

        IdentityProviderConfig.Builder type​(String type)

        The type of the identity provider configuration. The only type available is oidc.

        Parameters:
        type - The type of the identity provider configuration. The only type available is oidc.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        IdentityProviderConfig.Builder name​(String name)

        The name of the identity provider configuration.

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