Skip to main content

Device Code Activation screen class

The Device Code Activation screen class provides methods associated with the device-code-activation screen. This screen is displayed when a user needs to enter a code on their device to activate it.
Import and instantiate the Device Code Activation screen class:

Properties

The Device Code Activation screen class properties are:

Methods

The Device Code Activation screen class method is:

continue( options ?)

This method continues with the device code activation flow.
Parameter                 TypeRequiredDescription
codestringYesThe code entered by the user.

Device Code Activation Allowed screen class

The Device Code Activation screen class provides methods associated with the device-code-activation-allowed screen. This screen is displayed when the device code activation is allowed.
Import and instantiate the Device Code Activation Allowed screen class:

Properties

The Device Code Activation Allowed screen class properties are:

Device Code Activation Denied screen class

The Device Code Activation screen class provides methods associated with the device-code-activation-denied screen. This screen is displayed when the device code activation is denied.
Import and instantiate the Device Code Activation Denied screen class:

Properties

The Device Code Activation Denied screen class properties are:

Device Code Confirmation screen class

The Device Code Confirmation screen class provides methods associated with the device-code-confirmation screen. This screen is displayed when a user needs to confirm the device code.
Import and instantiate the Device Code Confirmation screen class:

Properties

The Device Code Confirmation screen class properties are:

Methods

The Device Code Confirmation screen class methods are:

cancel( options ?)

This method cancels the confirmation process.

confirm( options ?)

This method confirms the code was successfully entered.