Represents the login authentication provider for a generic OAuth2 provider. Use this class
to obtain AuthCredentials.
| static AuthCredential |
getCredential(String providerId,
String
idToken, String accessToken)
Returns a new instance of
AuthCredential
that wraps a login token.
|
Returns a new instance of AuthCredential
that wraps a login token. Used when calling
signInWithCredential(AuthCredential) or
linkWithCredential(AuthCredential).
| providerId | |
|---|---|
| idToken | |
| accessToken | a valid Facebook Login access token, obtained from the Facebook Login SDK |