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 Details

    • withTokenEndpoint

      AuthorizationServerContract.Update withTokenEndpoint(String tokenEndpoint)
      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.