Interface IdentityProviderContract.UpdateStages.WithClientLibrary
- All Known Subinterfaces:
IdentityProviderContract.Update
- Enclosing interface:
IdentityProviderContract.UpdateStages
public static interface IdentityProviderContract.UpdateStages.WithClientLibrary
The stage of the IdentityProviderContract update allowing to specify clientLibrary.
-
Method Summary
Modifier and TypeMethodDescriptionwithClientLibrary(String clientLibrary) Specifies the clientLibrary property: The client library to be used in the developer portal.
-
Method Details
-
withClientLibrary
Specifies the clientLibrary property: The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider..- Parameters:
clientLibrary- The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider.- Returns:
- the next definition stage.
-