Class ClientMobile
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Additional configuration for native mobile apps.
[Serializable]
public record ClientMobile : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientMobile>
- Inheritance
-
ClientMobile
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Android
[JsonPropertyName("android")]
public ClientMobileAndroid? Android { get; set; }
Property Value
Ios
[JsonPropertyName("ios")]
public ClientMobileiOs? Ios { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.