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