The object containing information about the native Android Nevis Mobile Authentication SDK.

Hierarchy

  • AndroidMetaData

Properties

mobileAuthenticationVersion: Version

The current version of the Nevis Mobile Authentication SDK.

signingCertificateSha256: string

Gives back the SHA-256 hash of the signing certificate of the application that includes the Nevis Mobile Authentication SDK.

Methods

  • Default constructor for AndroidMetaData.

    Parameters

    • mobileAuthenticationVersion: Version

      the current version of the Nevis Mobile Authentication SDK.

    • signingCertificateSha256: string

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

    Returns AndroidMetaData

    an AndroidMetaData instance.

Generated using TypeDoc