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

GenerateUserSessionResponse

import type { GenerateUserSessionResponse } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";

Response that contains the details for generated user session.

interface GenerateUserSessionResponse {
userSession?: UserSession;
}

§Properties

§
userSession?: UserSession
[src]

The generated user session. The token size is proportional to the size of the intent payload.