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

IdentitytoolkitRelyingpartyEmailLinkSigninRequest

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

Request to sign in with email.

interface IdentitytoolkitRelyingpartyEmailLinkSigninRequest {
email?: string;
idToken?: string;
oobCode?: string;
}

§Properties

§
email?: string
[src]

The email address of the user.

§
idToken?: string
[src]

Token for linking flow.

§
oobCode?: string
[src]

The confirmation code.