Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ClientMobileiOs

    iOS native app configuration.

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

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    team_id?: string

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

    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.