* chore(docs): Generated DML JSON files (automated) * fixes --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
21 lines
803 B
JSON
21 lines
803 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."
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
} |