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
Modifier and TypeMethodDescriptionwithAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Specifies the authorizationMethods property: HTTP verbs supported by the authorization endpoint.
-
Method Details
-
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.
-