PhoneMultiFactorInfo

class PhoneMultiFactorInfo : MultiFactorInfo


Represents the information for a phone second factor.

Summary

Public functions

String

Returns FACTOR_ID, identifying this as a .

Unit
writeToParcel(dest: Parcel!, flags: Int)

Inherited functions

From android.os.Parcelable

Constants

Public functions

getFactorId

fun getFactorId(): String

Returns FACTOR_ID, identifying this as a .

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

displayName

val displayNameString?

enrollmentTimestamp

val enrollmentTimestampLong

phoneNumber

val phoneNumberString!

uid

val uidString!