Files
medusa-store/www/utils/generated/dml-output/auth.json
2025-10-21 11:56:47 +03:00

27 lines
901 B
JSON

{
"ProviderIdentity": {
"filePath": "packages/modules/auth/src/models/provider-identity.ts",
"properties": {
"id": "The ID of the provider identity.",
"entity_id": "The entity ID of the provider identity",
"provider": "The ID of the provider that created this identity.",
"auth_identity": "The associated `AuthIdentity`.\n\n@expandable",
"user_metadata": "The user metadata of the provider identity.",
"provider_metadata": "The provider metadata of the provider identity."
},
"deprecated": {
"is_deprecated": false
}
},
"AuthIdentity": {
"filePath": "packages/modules/auth/src/models/auth-identity.ts",
"properties": {
"id": "The ID of the auth identity.",
"provider_identities": "The associated `ProviderIdentity` records.\n\n@expandable",
"app_metadata": "The app metadata of the auth identity"
},
"deprecated": {
"is_deprecated": false
}
}
}