UserProviderRequest interface

导入用户时要包含的用户提供方数据。

签名

export interface UserProviderRequest 

属性

属性 类型 说明
displayName 字符串 关联的提供商的显示名称。
email 字符串 关联的提供商的电子邮件地址。
phoneNumber 字符串 关联的提供商的电话号码。
photo网址 字符串 已关联的提供方的照片网址。
providerId 字符串 关联的提供方 ID(例如 Google 提供方的 ID 为“google.com”)。
uid 字符串 关联的提供商的用户标识符。

UserProviderRequest.displayName

关联的提供商的显示名称。

签名

displayName?: string;

UserProviderRequest.email

关联的提供商的电子邮件地址。

签名

email?: string;

用户提供程序请求.电话编号

关联的提供商的电话号码。

签名

phoneNumber?: string;

UserProviderRequest.photo网址

已关联的提供方的照片网址。

签名

photoURL?: string;

UserProviderRequest.providerId

关联的提供方 ID(例如 Google 提供方的 ID 为“google.com”)。

签名

providerId: string;

UserProviderRequest.uid

关联的提供商的用户标识符。

签名

uid: string;