Interface AuthorizationServerContract.UpdateStages.WithAuthorizationMethods
-
- All Known Subinterfaces:
AuthorizationServerContract.Update
- Enclosing interface:
- AuthorizationServerContract.UpdateStages
public static interface AuthorizationServerContract.UpdateStages.WithAuthorizationMethods
The stage of the AuthorizationServerContract update allowing to specify authorizationMethods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationServerContract.Update
withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods)
Specifies the authorizationMethods property: HTTP verbs supported by the authorization endpoint.
-
-
-
Method Detail
-
withAuthorizationMethods
AuthorizationServerContract.Update withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods)
Specifies the authorizationMethods property: HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional..- Parameters:
authorizationMethods
- HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.- Returns:
- the next definition stage.
-
-