@sudoplatform/sudo-secure-id-verification
    Preparing search index...

    Class DefaultSudoSecureIdVerificationClient

    Implementation of Secure ID Verification client.

    Implements

    Index

    Constructors

    Methods

    • Retrieves whether initiateIdentityDocumentCapture() can be called in the configured service environment.

      Parameters

      Returns Promise<boolean>

      Boolean

      NotSignedInError

      UnknownGraphQLError

      ServiceError

      FatalError

    • Retrieves whether face images must be provided as part of ID document capture.

      Parameters

      Returns Promise<boolean>

      Boolean

      NotSignedInError

      UnknownGraphQLError

      ServiceError

      FatalError

    • Retrieves whether face images must be provided as part of ID document verification.

      Parameters

      Returns Promise<boolean>

      Boolean

      NotSignedInError

      UnknownGraphQLError

      ServiceError

      FatalError

    • Retrieves the list of countries for which secure ID verification is supported in the environment.

      Parameters

      Returns Promise<string[]>

      List of ISO 3166-1 alpha-2 country codes.

      NotSignedInError

      UnknownGraphQLError

      ServiceError

      FatalError

    • Resets internal state and clear any cached data.

      Returns Promise<void>