Back to Node Auth0

Interface ClientMobileiOs

docs/interfaces/management.Management.ClientMobileiOs.html

5.9.11.0 KB
Original Source

Interface ClientMobileiOs

iOS native app configuration.

interface ClientMobileiOs {
team_id?: string;
app_bundle_identifier?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

team_id?app_bundle_identifier?

Properties

Optionalteam_id

team_id?: string

Identifier assigned to the Apple account that signs and uploads the app to the store.

Optionalapp_bundle_identifier

app_bundle_identifier?: string

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.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties team_idapp_bundle_identifier