Files
medusa-store/www/apps/resources/references/auth/interfaces/auth.UpdateAuthIdentityDTO/page.mdx
2024-07-01 16:02:36 +03:00

12 lines
568 B
Plaintext

---
displayed_sidebar: authReference
---
import { TypeList } from "docs-ui"
# UpdateAuthIdentityDTO
The attributes to update in the auth identity.
<TypeList types={[{"name":"id","type":"`string`","description":"The ID of the auth identity.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"app_metadata","type":"`Record<string, unknown>`","description":"Holds information related to the actor IDs tied to the auth identity.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="UpdateAuthIdentityDTO"/>