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

SasPortalValidateInstallerRequest

import type { SasPortalValidateInstallerRequest } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Request for ValidateInstaller.

interface SasPortalValidateInstallerRequest {
encodedSecret?: string;
installerId?: string;
secret?: string;
}

§Properties

§
encodedSecret?: string
[src]

Required. JSON Web Token signed using a CPI private key. Payload must include a "secret" claim whose value is the secret.

§
installerId?: string
[src]

Required. Unique installer id (CPI ID) from the Certified Professional Installers database.

§
secret?: string
[src]

Required. Secret returned by the GenerateSecret.