Interface AuthorizationProviderContract.UpdateStages.WithOauth2
- All Known Subinterfaces:
AuthorizationProviderContract.Update
- Enclosing interface:
AuthorizationProviderContract.UpdateStages
public static interface AuthorizationProviderContract.UpdateStages.WithOauth2
The stage of the AuthorizationProviderContract update allowing to specify oauth2.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the oauth2 property: OAuth2 settings.
-
Method Details
-
withOauth2
Specifies the oauth2 property: OAuth2 settings.- Parameters:
oauth2- OAuth2 settings.- Returns:
- the next definition stage.
-