Type alias ScuteUserData

ScuteUserData: {
    email: string | null;
    email_verified: boolean;
    id: UniqueIdentifier;
    last_used_at: string;
    meta: Metadata | null;
    phone: string | null;
    phone_verified: boolean;
    sessions: ScuteUserSession[];
    signup_date: string;
    status: ScuteUser["status"];
    webauthn_enabled: boolean;
    webauthn_types: string[];
}

Type declaration

  • email: string | null
  • email_verified: boolean
  • id: UniqueIdentifier
  • last_used_at: string
  • meta: Metadata | null
  • phone: string | null
  • phone_verified: boolean
  • sessions: ScuteUserSession[]
  • signup_date: string
  • status: ScuteUser["status"]
  • webauthn_enabled: boolean
  • webauthn_types: string[]

Generated using TypeDoc