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

IdentitytoolkitRelyingpartySignOutUserRequest

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

Request to sign out user.

interface IdentitytoolkitRelyingpartySignOutUserRequest {
instanceId?: string;
localId?: string;
}

§Properties

§
instanceId?: string
[src]

Instance id token of the app.

§
localId?: string
[src]

The local ID of the user.