The object providing some contextual information during PIN enrollment.

Hierarchy

  • PinEnrollmentContext

Properties

username: string

The username whose PIN must be enrolled.

lastRecoverableError?: PinEnrollmentError

When a recoverable error occurred during the last PIN enrollment, this method returns the object describing the last error.

Methods

  • Alternate constructor that creates an instance from a json.

    Parameters

    • json: any

      contains the source for instance creation.

    Returns PinEnrollmentContext

    the created instance.

Generated using TypeDoc