Class ClientUpdateRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class ClientUpdateRequest : ClientBase
- Inheritance
-
ClientUpdateRequest
- Inherited Members
Properties
ApplicationType
The type of application this client represents
[JsonProperty("app_type")]
[JsonConverter(typeof(StringEnumConverter))]
public ClientApplicationType? ApplicationType { get; set; }
Property Value
ClientAuthenticationMethods
Defines the client authentication methods to use
[JsonProperty("client_authentication_methods")]
public ClientAuthenticationMethods ClientAuthenticationMethods { get; set; }
Property Value
TokenEndpointAuthMethod
Defines the requested authentication method for the token endpoint.
[JsonProperty("token_endpoint_auth_method")]
[JsonConverter(typeof(StringEnumConverter))]
public TokenEndpointAuthMethod? TokenEndpointAuthMethod { get; set; }