| java.lang.Object | |
| ↳ | com.google.firebase.auth.FacebookAuthProvider |
Represents the Facebook Login authentication provider. Use this class to obtain
FacebookAuthCredentials.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | PROVIDER_ID | Unique string identifier for this provider type. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a new instance of
AuthCredential that wraps a Facebook Login token. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Unique string identifier for this provider type.
Returns a new instance of AuthCredential that wraps a Facebook Login token. Used when
calling signInWithCredential(AuthCredential) or
linkWithCredential(AuthCredential).
| accessToken | a valid Facebook Login access token, obtained from the Facebook Login SDK |
|---|