Table of Contents

Class Mobile

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

Represents configuration of mobile apps for a client.

public class Mobile
Inheritance
Mobile
Inherited Members

Properties

Android

Configuration related to Android native apps.

[JsonProperty("android")]
public Mobile.MobileAndroid Android { get; set; }

Property Value

Mobile.MobileAndroid

Ios

Configuration related to iOS native apps

[JsonProperty("ios")]
public Mobile.MobileIos Ios { get; set; }

Property Value

Mobile.MobileIos