Skip to main content

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.

payload for continuing device code activation. This interface extends CustomOptions, meaning all custom option properties are merged into the top level of the object. This avoids nesting and provides a simpler structure for consumers of this interface.
Example
export interface ContinueOptions extends CustomOptions {
  code: string;
}

Indexable

[key: string]: string | number | boolean | undefined

Properties

code
string