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

# Config

```ts theme={"theme":"github-dark-high-contrast"}
export namespace OAuth2 {
  export interface Config {
    grant_type: string;
    response_type: string;
    authorization_url: string;
    token_exchange_url: string;
  }
}
```

## Properties

<ResponseField name="grant_type" type="string" required />

<ResponseField name="response_type" type="string" required />

<ResponseField name="authorization_url" type="string" required />

<ResponseField name="token_exchange_url" type="string" required />
