| java.lang.Object | |
| ↳ | com.google.firebase.auth.TwitterAuthProvider |
Represents the Twitter authentication provider. Use this class to obtain
TwitterAuthCredentials.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | PROVIDER_ID | Unique string identifier for this provider type. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a new instance of
AuthCredential that wraps a Log in with Twitter 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 Log in with Twitter token. Used
when calling signInWithCredential(AuthCredential) or
linkWithCredential(AuthCredential).
| token | a valid Log in with Twitter token (TwitterAuthToken.token), obtained
from the Twitter Fabric SDK |
|---|---|
| secret | a valid Log in with Twitter secret (TwitterAuthToken.secret), obtained
from the Twitter Fabric SDK
|