ProviderIdentifier interface

用於透過聯合供應商查詢帳戶。

請參閱 BaseAuth.getUsers()

簽名:

export interface ProviderIdentifier 

屬性

屬性 類型 說明
providerId 字串
providerUid 字串

ProviderIdentifier.providerId

簽名:

providerId: string;

ProviderIdentifier.providerUid (供應商識別碼)

簽名:

providerUid: string;