Interface IdentityProviderContract.UpdateStages.WithClientId

All Known Subinterfaces:
IdentityProviderContract.Update
Enclosing interface:
IdentityProviderContract.UpdateStages

public static interface IdentityProviderContract.UpdateStages.WithClientId
The stage of the IdentityProviderContract update allowing to specify clientId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withClientId(String clientId)
    Specifies the clientId property: Client Id of the Application in the external Identity Provider.
  • Method Details

    • withClientId

      IdentityProviderContract.Update withClientId(String clientId)
      Specifies 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 - 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 next definition stage.