Interface IdentityProviderContract.DefinitionStages.WithClientLibrary
- All Known Subinterfaces:
IdentityProviderContract.Definition,IdentityProviderContract.DefinitionStages.WithCreate
- Enclosing interface:
IdentityProviderContract.DefinitionStages
public static interface IdentityProviderContract.DefinitionStages.WithClientLibrary
The stage of the IdentityProviderContract definition 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.
-