Interface AuthorizationServerContract.DefinitionStages.WithTokenEndpoint
- All Known Subinterfaces:
AuthorizationServerContract.Definition,AuthorizationServerContract.DefinitionStages.WithCreate
- Enclosing interface:
AuthorizationServerContract.DefinitionStages
public static interface AuthorizationServerContract.DefinitionStages.WithTokenEndpoint
The stage of the AuthorizationServerContract definition 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.
-