ProviderIdentifier interface

用于联合提供商查找账号。

请参阅 BaseAuth.getUsers()

签名

export interface ProviderIdentifier 

属性

属性 类型 说明
providerId 字符串
providerUid 字符串

ProviderIdentifier.providerId

签名

providerId: string;

ProviderIdentifier.providerUid

签名

providerUid: string;