> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DeviceCodeActivationContinueOptions

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.

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  code: string;
}
```

## Indexable

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

## Properties

<ParamField body="code" type="string" />
