PhoneAuthCredential
class PhoneAuthCredential : AuthCredential, Cloneable
Wraps phone number and verification information for authentication purposes.
Summary
Constants |
|
|---|---|
const Parcelable.Creator<PhoneAuthCredential!>! |
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 |
||
|---|---|---|
|
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.