Interface IdentityProviderContract.UpdateStages.WithClientSecret
-
- All Known Subinterfaces:
IdentityProviderContract.Update
- Enclosing interface:
- IdentityProviderContract.UpdateStages
public static interface IdentityProviderContract.UpdateStages.WithClientSecret
The stage of the IdentityProviderContract update allowing to specify clientSecret.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityProviderContract.Update
withClientSecret(String clientSecret)
Specifies the clientSecret property: Client secret of the Application in external Identity Provider, used to authenticate login request.
-
-
-
Method Detail
-
withClientSecret
IdentityProviderContract.Update withClientSecret(String clientSecret)
Specifies 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
- 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 next definition stage.
-
-