Interface AuthorizationContract.UpdateStages.WithOAuth2GrantType
- All Known Subinterfaces:
AuthorizationContract.Update
- Enclosing interface:
AuthorizationContract.UpdateStages
public static interface AuthorizationContract.UpdateStages.WithOAuth2GrantType
The stage of the AuthorizationContract update allowing to specify oAuth2GrantType.
-
Method Summary
Modifier and TypeMethodDescriptionwithOAuth2GrantType(OAuth2GrantType oAuth2GrantType) Specifies the oAuth2GrantType property: OAuth2 grant type options.
-
Method Details
-
withOAuth2GrantType
Specifies the oAuth2GrantType property: OAuth2 grant type options.- Parameters:
oAuth2GrantType- OAuth2 grant type options.- Returns:
- the next definition stage.
-