Function start

  • Starts verification for a particular address

    Returns

    A promise that resolves to a string value of the location identifier

    Parameters

    • phoneNumber: string

      A users phone number

    • locationId: string

      An OkHi location identifier obtained after successfull creation of addresses.

    • lat: number

      The latitude of the created address

    • lon: number

      The longitude of the created address

    • Optional verificationTypes: VerificationType

      Optional. An array of verification types that specifies the mode of verification. Can include "physical" and/or "digital" as valid values.

    Returns Promise<string>

Generated using TypeDoc