Used for looking up an account by federated provider.
See BaseAuth.getUsers().
Signature:
export interface ProviderIdentifier
Properties
Property | Type | Description |
---|---|---|
providerId | string | |
providerUid | string |
ProviderIdentifier.providerId
Signature:
providerId: string;
ProviderIdentifier.providerUid
Signature:
providerUid: string;