Firebase. Auth. Credential
Authentication credentials for an authentication provider.
Summary
An authentication provider is a service that allows you to authenticate a user. Firebase provides email/password authentication, but there are also external authentication providers such as Facebook.
Inheritance
Inherits from: SystemIDisposable
Constructors and Destructors |
|
---|---|
Credential()
|
Properties |
|
---|---|
Provider
|
string
Gets the name of the Identification Provider (IDP) for the credential.
|
Public functions |
|
---|---|
Dispose()
|
void
|
Properties
Provider
string Provider
Gets the name of the Identification Provider (IDP) for the credential.
Public functions
Credential
Credential()
Dispose
void Dispose()