FirebaseAdmin.Auth.ProviderIdentifier

Used for looking up an account by provider.

Summary

See AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}).

Inheritance

Inherits from: FirebaseAdmin.Auth.UserIdentifier

Constructors and Destructors

ProviderIdentifier(string providerId, string providerUid)
Initializes a new instance of the ProviderIdentifier class.

Public functions

ToString()
override string

Public functions

ProviderIdentifier

 ProviderIdentifier(
  string providerId,
  string providerUid
)

Initializes a new instance of the ProviderIdentifier class.

Details
Parameters
providerId
The providerId.
providerUid
The providerUid.

ToString

override string ToString()