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

# embedded.credentialsUpdated

> Emitted when the embedded setCredentials method is successfully called.

## Event Properties

| Field          | Value                           |
| -------------- | ------------------------------- |
| `event`        | `"embedded.credentialsUpdated"` |
| `confidential` | `boolean`                       |
| `payload`      | `object`                        |

<Tabs>
  <Tab title="Public Payload">
    No payload properties.

    #### Example

    ```json theme={null}
    {
      "event": "embedded.credentialsUpdated",
      "confidential": false,
      "payload": {}
    }
    ```
  </Tab>

  <Tab title="Confidential Payload">
    No payload properties.

    #### Example

    ```json theme={null}
    {
      "event": "embedded.credentialsUpdated",
      "confidential": true,
      "payload": {}
    }
    ```
  </Tab>
</Tabs>
