Class IdentityProviderUpdateProperties


  • public final class IdentityProviderUpdateProperties
    extends IdentityProviderBaseParameters
    Parameters supplied to the Update Identity Provider operation.
    • Constructor Detail

      • IdentityProviderUpdateProperties

        public IdentityProviderUpdateProperties()
    • Method Detail

      • clientId

        public String clientId()
        Get the clientId property: Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft.
        Returns:
        the clientId value.
      • withClientId

        public IdentityProviderUpdateProperties withClientId​(String clientId)
        Set the clientId property: Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft.
        Parameters:
        clientId - the clientId value to set.
        Returns:
        the IdentityProviderUpdateProperties object itself.
      • clientSecret

        public String clientSecret()
        Get the clientSecret property: Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft.
        Returns:
        the clientSecret value.
      • withClientSecret

        public IdentityProviderUpdateProperties withClientSecret​(String clientSecret)
        Set the clientSecret property: Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft.
        Parameters:
        clientSecret - the clientSecret value to set.
        Returns:
        the IdentityProviderUpdateProperties object itself.