Table of Contents

Class Mobile.MobileIos

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Represents iOS configuration for a client.

public class Mobile.MobileIos
Inheritance
Mobile.MobileIos
Inherited Members

Properties

AppBundleIdentifier

The Bundle identifier for the iOS app.

[JsonProperty("app_bundle_identifier")]
public string AppBundleIdentifier { get; set; }

Property Value

string

TeamId

The iOS Developer Account Team identifier.

[JsonProperty("team_id")]
public string TeamId { get; set; }

Property Value

string