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

DecodeAuthorizationMessageRequest

import type { DecodeAuthorizationMessageRequest } from "https://aws-api.deno.dev/v0.4/services/sts.ts?docs=full";
interface DecodeAuthorizationMessageRequest {
EncodedMessage: string;
}

§Properties

§
EncodedMessage: string
[src]

The encoded message that was returned with the response.