Interface UserIdentity

Hierarchy

  • UserIdentity

Properties

created_at?: string
id: string
identity_data?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
identity_id: string
last_sign_in_at?: string
provider: string
updated_at?: string
user_id: string

Generated using TypeDoc