Type alias ScuteUser

ScuteUser: {
    email: string | null;
    email_verified: boolean;
    id: UniqueIdentifier;
    phone: string | null;
    phone_verified: boolean;
    status: "active" | "pending" | "inactive";
    webauthn_enabled: boolean;
}

Type declaration

  • email: string | null
  • email_verified: boolean
  • id: UniqueIdentifier
  • phone: string | null
  • phone_verified: boolean
  • status: "active" | "pending" | "inactive"
  • webauthn_enabled: boolean

Generated using TypeDoc