Interface AuthorizationServerContract.UpdateStages.WithClientAuthenticationMethod

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

public static interface AuthorizationServerContract.UpdateStages.WithClientAuthenticationMethod
The stage of the AuthorizationServerContract update allowing to specify clientAuthenticationMethod.
  • Method Details

    • withClientAuthenticationMethod

      AuthorizationServerContract.Update withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod)
      Specifies the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format..
      Parameters:
      clientAuthenticationMethod - Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format.
      Returns:
      the next definition stage.