> ## Documentation Index
> Fetch the complete documentation index at: https://translations.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 {
  /**
   * リクエストされている各権限（スコープ）を詳述する `Scope` オブジェクトの配列。
   * 通常、'read:profile' や 'openid' などの高レベルの権限が含まれます。
   * このリストはユーザーが確認できるよう表示する必要があります。
   */
  scopes: Scope[];

  /**
   * `AuthorizationDetail` オブジェクトの配列。
   * 各オブジェクトは、アプリケーションが実行しようとする特定のデータや
   * アクションに関する詳細情報を提供します。Rich Authorization Requests (RAR) や
   * その他のきめ細かい権限モデルに関連する場合があります。
   * このリストはユーザーが確認できるよう表示する必要があります。
   */
  authorizationDetails: AuthorizationDetail[];
}
```

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

<ParamField body="authorizationDetails" type={<span><a href="/ja/docs/libraries/acul/js-sdk/Screens/interfaces/AuthorizationDetail">AuthorizationDetail</a></span>}>
  `AuthorizationDetail` オブジェクトの配列です。
  各オブジェクトには、アプリケーションが実行しようとしている特定のデータや
  操作に関する詳細情報が含まれます。これらは、
  Rich Authorization Requests (RAR) やその他のきめ細かな権限モデルに
  関連している場合があります。
  この一覧は、ユーザーが確認できるよう表示する必要があります。
</ParamField>

<ParamField body="captcha" type={<span><a href="/ja/docs/libraries/acul/js-sdk/Screens/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="/ja/docs/libraries/acul/js-sdk/Screens/interfaces/PasskeyCreate">PasskeyCreate</a></span>}>
  画面固有のデータです。
</ParamField>

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

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

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

<ParamField body="scopes" type={<span><a href="/ja/docs/libraries/acul/js-sdk/Screens/interfaces/Scope">Scope</a></span>}>
  要求されている各権限 (スコープ) の詳細を示す `Scope` オブジェクトの配列です。
  通常、これらは 'read:profile' や 'openid' のような高レベルの権限です。
  この一覧は、ユーザーが確認できるよう表示する必要があります。
</ParamField>

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