AuthProvider interface

代表身分驗證提供者的接口,用於方便建立AuthCredential

簽名:

export interface AuthProvider 

特性

財產類型描述
提供者ID細繩可以為其建構憑證的提供者。

AuthProvider.providerId

可以為其建構憑證的提供者。

簽名:

readonly providerId: string;