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
Direct Known Subclasses:Firebase.Auth.PhoneAuthCredential

Constructors and Destructors

Credential()

Properties

Provider
string

Public functions

Dispose()
void
Dispose(bool disposing)
virtual void
IsValid()
bool

Properties

Provider

stringProvider

Public functions

Credential

Credential()

Dispose

voidDispose()

Dispose

virtualvoidDispose(booldisposing)

IsValid

boolIsValid()

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-05-09 UTC.