Class UfacSetContactPointChallengeScreen

Hierarchy

  • UfacSetContactPointChallengeScreen

Implements

Constructors

Properties

controller: BloksCheckpointUfacResponse
state: Record<string, string>

Methods

  • Returns "SMS" | "EMAIL"

  • Parameters

    • contact_point: string

    Returns Promise<BloksCheckpointUfacResponse>

  • Parameters

    • email: string

    Returns Promise<BloksCheckpointUfacResponse>

  • Parameters

    • alpha2region: string

      region in alpha2 notation. For example, United States of America = US, Russia = RU etc

    • phoneNumber: string

      phone number with country code prefix, eg +79999999999

    Returns Promise<BloksCheckpointUfacResponse>

  • Parameters

    • controller: BloksCheckpointUfacResponse

    Returns boolean