24 lines
523 B
Plaintext
24 lines
523 B
Plaintext
---
|
|
displayed_sidebar: authModelReference
|
|
slug: /references/auth/models
|
|
---
|
|
|
|
import { TypeList } from "docs-ui"
|
|
|
|
# Auth Module Data Models Reference
|
|
|
|
This documentation provides a reference to the data models in the Auth Module
|
|
|
|
## Relations Overview
|
|
|
|
```mermaid
|
|
erDiagram
|
|
AuthIdentity ||--|| ProviderIdentity : provider_identities
|
|
|
|
```
|
|
|
|
## Data Models
|
|
|
|
- [AuthIdentity](../../auth_models/variables/auth_models.AuthIdentity/page.mdx)
|
|
- [ProviderIdentity](../../auth_models/variables/auth_models.ProviderIdentity/page.mdx)
|