Interface AuthorizationServerContract.UpdateStages.WithClientRegistrationEndpoint

All Known Subinterfaces:
AuthorizationServerContract.Update
Enclosing interface:
AuthorizationServerContract.UpdateStages

public static interface AuthorizationServerContract.UpdateStages.WithClientRegistrationEndpoint
The stage of the AuthorizationServerContract update allowing to specify clientRegistrationEndpoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    withClientRegistrationEndpoint(String clientRegistrationEndpoint)
    Specifies the clientRegistrationEndpoint property: Optional reference to a page where client or app registration for this authorization server is performed.
  • Method Details

    • withClientRegistrationEndpoint

      AuthorizationServerContract.Update withClientRegistrationEndpoint(String clientRegistrationEndpoint)
      Specifies the clientRegistrationEndpoint property: Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced..
      Parameters:
      clientRegistrationEndpoint - Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced.
      Returns:
      the next definition stage.