Skip to main content
Class implementing the Device Code Confirmation screen functionality. This screen is displayed when the user needs to confirm the device code.
Example

Constructors

Constructor
Creates an instance of the DeviceCodeConfirmation screen.

Properties

string

Methods

Promise<void>
Cancels the device code flow.
Example
Promise<void>
Confirms the device code.
Example
Retrieves the array of transaction errors from the context, or an empty array if none exist.An array of error objects from the transaction context.