EmailAuthCredential

class EmailAuthCredential : AuthCredential


Wraps an email and password tuple for authentication purposes.

Summary

Public functions

String

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

String

Returns either EMAIL_LINK_SIGN_IN_METHOD for a credential generated with getCredentialWithLink or EMAIL_PASSWORD_SIGN_IN_METHOD for a credential generated with getCredential.

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 either EMAIL_LINK_SIGN_IN_METHOD for a credential generated with getCredentialWithLink or EMAIL_PASSWORD_SIGN_IN_METHOD for a credential generated with getCredential.