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

# AuthorizationDetail

```ts Example theme={null}
export interface AuthorizationDetail {
  type: string;
  [key: string]: string;
}
```

<h2 id="indexable">
  Indexable
</h2>

[`key`: `string`]: `string`

<h2 id="properties">
  Propriétés
</h2>

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