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

IdentitytoolkitRelyingpartySendVerificationCodeRequest

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

Request for Identitytoolkit-SendVerificationCode

interface IdentitytoolkitRelyingpartySendVerificationCodeRequest {
iosReceipt?: string;
iosSecret?: string;
phoneNumber?: string;
recaptchaToken?: string;
}

§Properties

§
iosReceipt?: string
[src]

Receipt of successful app token validation with APNS.

§
iosSecret?: string
[src]

Secret delivered to iOS app via APNS.

§
phoneNumber?: string
[src]

The phone number to send the verification code to in E.164 format.

§
recaptchaToken?: string
[src]

Recaptcha solution.