Class ClientMobileiOs
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
iOS native app configuration.
[Serializable]
public record ClientMobileiOs : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientMobileiOs>
- Inheritance
-
ClientMobileiOs
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
AppBundleIdentifier
Assigned by developer to the app as its unique identifier inside the store. Usually this is a reverse domain plus the app name, e.g. com.you.MyApp.
[JsonPropertyName("app_bundle_identifier")]
public string? AppBundleIdentifier { get; set; }
Property Value
TeamId
Identifier assigned to the Apple account that signs and uploads the app to the store.
[JsonPropertyName("team_id")]
public string? TeamId { 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.