ReadonlyclaimsAll JWT claims as a key-value map, or null if unavailable.
ReadonlyexpirationToken expiration time as Unix epoch seconds.
ReadonlyissuedToken issued-at time as Unix epoch seconds.
ReadonlynonceThe nonce from the JWT payload, or null if not present.
ReadonlyphoneThe verified phone number in E.164 format.
ReadonlytokenThe raw JWT token string for server-side validation.
Result of a successful phone number verification, containing the verified phone number and a JWT token for server-side validation.
Remarks
Mirrors the native
com.google.firebase.pnv.VerifiedPhoneNumberTokenResultclass. Returned bygetVerifiedPhoneNumber()andexchangeCredentialResponseForPhoneNumber().See
https://firebase.google.com/docs/phone-number-verification