# OAuthConsentScope

A single OAuth scope with its description and whether it requires consent.

## Properties

| Property                                       | Type                       | Description                                                                                                                                                             |
| ---------------------------------------------- | -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="description"></a> `description`         | `null | string` | The description of the scope, which can be shown to users on the consent screen. This may be `null` if no description is available.                                     |
| <a id="requiresconsent"></a> `requiresConsent` | `boolean`                  | Whether or not this scope requires explicit user consent. If `false`, the scope is considered "safe" and can be granted without showing the consent screen to the user. |
| <a id="scope"></a> `scope`                     | `string`                   | The name of the scope, as defined by the OAuth application.                                                                                                             |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
