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

PutSkillAuthorizationRequest

import type { PutSkillAuthorizationRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface PutSkillAuthorizationRequest {
AuthorizationResult: {
[key: string]: string | null | undefined;
}
;
RoomArn?: string | null;
SkillId: string;
}

§Properties

§
AuthorizationResult: {
[key: string]: string | null | undefined;
}
[src]

The authorization result specific to OAUTH code grant output. "Code” must be populated in the AuthorizationResult map to establish the authorization.

§
RoomArn?: string | null
[src]

The room that the skill is authorized for.

§
SkillId: string
[src]

The unique identifier of a skill.