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

Relyingparty

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

Request of getting a code for user confirmation (reset password, change email etc.)

interface Relyingparty {
androidInstallApp?: boolean;
androidMinimumVersion?: string;
androidPackageName?: string;
canHandleCodeInApp?: boolean;
captchaResp?: string;
challenge?: string;
continueUrl?: string;
email?: string;
idToken?: string;
iOSAppStoreId?: string;
iOSBundleId?: string;
kind?: string;
newEmail?: string;
requestType?: string;
userIp?: string;
}

§Properties

§
androidInstallApp?: boolean
[src]

whether or not to install the android app on the device where the link is opened

§
androidMinimumVersion?: string
[src]

minimum version of the app. if the version on the device is lower than this version then the user is taken to the play store to upgrade the app

§
androidPackageName?: string
[src]

android package name of the android app to handle the action code

§
canHandleCodeInApp?: boolean
[src]

whether or not the app can handle the oob code without first going to web

§
captchaResp?: string
[src]

The recaptcha response from the user.

§
challenge?: string
[src]

The recaptcha challenge presented to the user.

§
continueUrl?: string
[src]

The url to continue to the Gitkit app

§
email?: string
[src]

The email of the user.

§
idToken?: string
[src]

The user's Gitkit login token for email change.

§
iOSAppStoreId?: string
[src]

iOS app store id to download the app if it's not already installed

§
iOSBundleId?: string
[src]

the iOS bundle id of iOS app to handle the action code

§
kind?: string
[src]

The fixed string "identitytoolkit#relyingparty".

§
newEmail?: string
[src]

The new email if the code is for email change.

§
requestType?: string
[src]

The request type.

§
userIp?: string
[src]

The IP address of the user.