Appearance
Documentation / react-auth / PhoneWithMetadata
Interface: PhoneWithMetadata ​
Object representation of a user's phone number, with additional metadata for advanced use cases.
Extends ​
LinkMetadata
.Phone
Properties ​
firstVerifiedAt ​
firstVerifiedAt:
null
|Date
Datetime when this account was linked to the user.
Inherited from ​
LinkMetadata.firstVerifiedAt
latestVerifiedAt ​
latestVerifiedAt:
null
|Date
Datetime when this account was most recently used as a login/link method by the user.
Inherited from ​
LinkMetadata.latestVerifiedAt
number ​
number:
string
The phone number.
Inherited from ​
type ​
type:
"phone"
Denotes that this is a phone account.
Overrides ​
LinkMetadata.type
verifiedAt ​
verifiedAt:
Date
Deprecated ​
use firstVerifiedAt
instead. Datetime when this account was linked to the user or created.
Inherited from ​
LinkMetadata.verifiedAt