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 Details

    • withAuthorizationEndpoint

      AuthorizationServerContract.Update withAuthorizationEndpoint(String authorizationEndpoint)
      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.