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: SystemIDisposableDirect 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
string Provider
Public functions
Credential
Credential()
Dispose
void Dispose()
Dispose
virtual void Dispose( bool disposing )
IsValid
bool IsValid()