Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse

import type { IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse } from "https://googleapis.deno.dev/v1/identitytoolkit:v3.ts";

Response for Identitytoolkit-VerifyPhoneNumber

interface IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse {
expiresIn?: bigint;
idToken?: string;
isNewUser?: boolean;
localId?: string;
phoneNumber?: string;
refreshToken?: string;
temporaryProof?: string;
temporaryProofExpiresIn?: bigint;
verificationProof?: string;
verificationProofExpiresIn?: bigint;
}

§Properties

§
expiresIn?: bigint
[src]
§
idToken?: string
[src]
§
isNewUser?: boolean
[src]
§
localId?: string
[src]
§
phoneNumber?: string
[src]
§
refreshToken?: string
[src]
§
temporaryProof?: string
[src]
§
temporaryProofExpiresIn?: bigint
[src]
§
verificationProof?: string
[src]
§
verificationProofExpiresIn?: bigint
[src]