GithubAuthCredential

class GithubAuthCredential : AuthCredential


Wraps a Github OAuth access token for authentication purposes.

Summary

Public functions

String

Returns the unique string identifier for the provider type with which the credential is associated.

String

Returns the unique string identifier for the sign in method with which the credential is associated.

Inherited functions

From android.os.Parcelable

Constants

Public functions

getProvider

fun getProvider(): String

Returns the unique string identifier for the provider type with which the credential is associated.

getSignInMethod

fun getSignInMethod(): String

Returns the unique string identifier for the sign in method with which the credential is associated. Should match that returned by fetchSignInMethodsForEmail after this user has signed in with this type of credential.