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

    Interface ClientMobileAndroid

    Android native app configuration.

    interface ClientMobileAndroid {
        app_package_name?: string;
        sha256_cert_fingerprints?: string[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    app_package_name?: string

    App package name found in AndroidManifest.xml.

    sha256_cert_fingerprints?: string[]

    SHA256 fingerprints of the app's signing certificate. Multiple fingerprints can be used to support different versions of your app, such as debug and production builds.