PhoneAuthCredential

class PhoneAuthCredential : AuthCredential, Cloneable


Wraps phone number and verification information 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.

Public properties

String?

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.

Public properties

smsCode

val smsCodeString?