| java.lang.Object | |
| ↳ | com.google.firebase.auth.GithubAuthProvider |
Represents the Github authentication provider. Use this class to obtain
GithubAuthCredentials.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | PROVIDER_ID | Unique string identifier for this provider type. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a new instance of
AuthCredential that wraps a Github OAuth 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 Github OAuth token. Used when
calling signInWithCredential(AuthCredential) or
linkWithCredential(AuthCredential).
| token | A valid Github OAuth access token, obtained from the Github OAuth flow |
|---|