Interface AuthorizationServerContract.UpdateStages.WithAuthorizationEndpoint
- All Known Subinterfaces:
AuthorizationServerContract.Update
- Enclosing interface:
AuthorizationServerContract.UpdateStages
public static interface AuthorizationServerContract.UpdateStages.WithAuthorizationEndpoint
The stage of the AuthorizationServerContract update allowing to specify authorizationEndpoint.
-
Method Summary
Modifier and TypeMethodDescriptionwithAuthorizationEndpoint(String authorizationEndpoint) Specifies the authorizationEndpoint property: OAuth authorization endpoint.
-
Method Details
-
withAuthorizationEndpoint
Specifies the authorizationEndpoint property: OAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2..- Parameters:
authorizationEndpoint- OAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2.- Returns:
- the next definition stage.
-