Implementation of Secure ID Verification client.

Implements

Constructors

Methods

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

    Parameters

    Returns Promise<boolean>

    Boolean

    Throws

    NotSignedInError

    Throws

    UnknownGraphQLError

    Throws

    ServiceError

    Throws

    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.

    Throws

    NotSignedInError

    Throws

    UnknownGraphQLError

    Throws

    ServiceError

    Throws

    FatalError

  • Resets internal state and clear any cached data.

    Returns Promise<void>