Interface AuthorizationServerContract.UpdateStages.WithGrantTypes
- All Known Subinterfaces:
AuthorizationServerContract.Update
- Enclosing interface:
AuthorizationServerContract.UpdateStages
public static interface AuthorizationServerContract.UpdateStages.WithGrantTypes
The stage of the AuthorizationServerContract update allowing to specify grantTypes.
-
Method Summary
Modifier and TypeMethodDescriptionwithGrantTypes(List<GrantType> grantTypes) Specifies the grantTypes property: Form of an authorization grant, which the client uses to request the access token..
-
Method Details
-
withGrantTypes
Specifies the grantTypes property: Form of an authorization grant, which the client uses to request the access token..- Parameters:
grantTypes- Form of an authorization grant, which the client uses to request the access token.- Returns:
- the next definition stage.
-