Documentation Index
Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Interface describing the members of the Device Code Confirmation screen.
export interface DeviceCodeConfirmationMembers extends BaseMembers {
screen: ScreenMembersOnDeviceCodeConfirmation;
/**
* Confirms the device code.
* @param payload Optional custom options to include with the request.
*/
confirm(payload?: CustomOptions): Promise<void>;
/**
* Cancels the device code flow.
* @param payload Optional custom options to include with the request.
*/
cancel(payload?: CustomOptions): Promise<void>;
}
Properties
Methods
Cancels the device code flow.
Optional custom options to include with the request.
Confirms the device code.
Optional custom options to include with the request.