Interface IdentityProviderContract.DefinitionStages.WithClientId

All Known Subinterfaces:
IdentityProviderContract.Definition, IdentityProviderContract.DefinitionStages.WithCreate
Enclosing interface:
IdentityProviderContract.DefinitionStages

public static interface IdentityProviderContract.DefinitionStages.WithClientId
The stage of the IdentityProviderContract definition allowing to specify clientId.
  • Method Details

    • withClientId

      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.