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.