Interface AuthorizationServerContract.UpdateStages.WithTokenEndpoint
- All Known Subinterfaces:
AuthorizationServerContract.Update
- Enclosing interface:
AuthorizationServerContract.UpdateStages
public static interface AuthorizationServerContract.UpdateStages.WithTokenEndpoint
The stage of the AuthorizationServerContract update allowing to specify tokenEndpoint.
-
Method Summary
Modifier and TypeMethodDescriptionwithTokenEndpoint(String tokenEndpoint) Specifies the tokenEndpoint property: OAuth token endpoint.
-
Method Details
-
withTokenEndpoint
Specifies the tokenEndpoint property: OAuth token endpoint. Contains absolute URI to entity being referenced..- Parameters:
tokenEndpoint- OAuth token endpoint. Contains absolute URI to entity being referenced.- Returns:
- the next definition stage.
-