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

LogoutRequest

import type { LogoutRequest } from "https://aws-api.deno.dev/v0.3/services/sso.ts?docs=full";
interface LogoutRequest {
accessToken: string;
}

§Properties

§
accessToken: string
[src]

The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.