Wraps a Log in with Twitter token and secret tuple for authentication purposes.
| public static final Creator<TwitterAuthCredential> | CREATOR |
| String |
getProvider()
Returns the unique string identifier for the provider type with which the
credential is associated.
|
| String |
getSignInMethod()
Returns the unique string identifier for the sign in method with which the
credential is associated.
|
Returns the unique string identifier for the provider type with which the credential is associated.
Returns the unique string identifier for the sign in method with which the
credential is associated. Should match that returned by
fetchSignInMethodsForEmail(String) after this user has signed in with this
type of credential.