public abstract class

AuthCredential

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.AuthCredential
Known Direct Subclasses

Class Overview

Represents a credential that the Firebase Authentication server can use to authenticate a user.

Summary

Public Methods
abstract String getProvider()
Returns the unique string identifier for the provider type with which the credential is associated.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public abstract String getProvider ()

Returns the unique string identifier for the provider type with which the credential is associated.