Skip to main content
Module

x/appwrite/mod.ts>Models.Identity

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
type alias Models.Identity
import { type Models } from "https://deno.land/x/appwrite@10.0.0/mod.ts";
const { Identity } = Models;

Identity

definition: { $id: string; $createdAt: string; $updatedAt: string; userId: string; provider: string; providerUid: string; providerEmail: string; providerAccessToken: string; providerAccessTokenExpiry: string; providerRefreshToken: string; }