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

# ScreenMembersOnCustomizedConsent

ScreenMembersOnCustomizedConsent

```ts Example theme={null}
export interface ScreenMembersOnCustomizedConsent extends ScreenMembers {
  /**
   * An array of `Scope` objects detailing each permission (scope) being requested.
   * These are typically high-level permissions like 'read:profile' or 'openid'.
   * This list should be displayed to the user for their review.
   */
  scopes: Scope[];

  /**
   * An array of `AuthorizationDetail` objects.
   * Each object provides granular details about specific data or
   * actions the application wants to perform, potentially related to
   * Rich Authorization Requests (RAR) or other fine-grained permission models.
   * This list should be displayed to the user for their review.
   */
  authorizationDetails: AuthorizationDetail[];
}
```

## Properties

<ParamField body="authorizationDetails" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/AuthorizationDetail">AuthorizationDetail</a></span>}>
  An array of `AuthorizationDetail` objects.
  Each object provides granular details about specific data or
  actions the application wants to perform, potentially related to
  Rich Authorization Requests (RAR) or other fine-grained permission models.
  This list should be displayed to the user for their review.
</ParamField>

<ParamField body="captcha" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/CaptchaContext">CaptchaContext</a></span>} />

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

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

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

<ParamField body="data" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/PasskeyCreate">PasskeyCreate</a></span>}>
  Screen-specific data.
</ParamField>

<ParamField body="isCaptchaAvailable" type="boolean" />

<ParamField body="links" type="Record" />

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

<ParamField body="scopes" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/Scope">Scope</a></span>}>
  An array of `Scope` objects detailing each permission (scope) being requested.
  These are typically high-level permissions like 'read:profile' or 'openid'.
  This list should be displayed to the user for their review.
</ParamField>

<ParamField body="texts" type="Record" />
