Accountmaker Docs
类型

用户身份

为 GDPR 分离存储的个人信息。

identity profile pii gdpr privacy

用户身份

interface UserIdentity {
  id: string;
  given_name: string | null;
  family_name: string | null;
  display_name: string | null;
  avatar_url: string | null;
  locale: string | null;
  timezone: string | null;
  preferred_language: string | null;
  external_id: string | null;
}

相关