Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class AndroidMetaDataAbstract

    The object containing information about Nevis Mobile Authentication SDK for Android.

    Index

    Properties

    mobileAuthenticationVersion: Version

    The current version of Nevis Mobile Authentication SDK for Android.

    signingCertificateSha256: string

    The SHA-256 hash of the signing certificate of the application that includes the Nevis Mobile Authentication SDK for Android.

    This information can be used to properly configure the well-known file on the backend, to use Android App Links.

    applicationFacetId: string

    The facet ID used by Nevis Mobile Authentication SDK for Android.

    The facet ID of your application has to match the list of allowed facets stored provided by the facet service of the backend.

    Methods

    • Default constructor for AndroidMetaData.

      Parameters

      • mobileAuthenticationVersion: Version

        the current version of Nevis Mobile Authentication SDK for Android.

      • signingCertificateSha256: string

        the SHA-256 hash of the signing certificate of the application.

      • applicationFacetId: string

        the facet ID used by Nevis Mobile Authentication SDK for Android.

      Returns AndroidMetaData

      an AndroidMetaData instance.