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

GetSigningCertificateRequest

import type { GetSigningCertificateRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";

Request to get a signing certificate from Cognito.

interface GetSigningCertificateRequest {
UserPoolId: string;
}

§Properties

§
UserPoolId: string
[src]

The user pool ID.