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

# スコープ

```ts Example theme={null}
export interface Scope {
  value: string;
  description?: string;
}
```

<h2 id="properties">
  プロパティ
</h2>

<ParamField body="description?" type="string" />

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