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

StartDeviceAuthorizationRequest

import type { StartDeviceAuthorizationRequest } from "https://aws-api.deno.dev/v0.4/services/ssooidc.ts?docs=full";
interface StartDeviceAuthorizationRequest {
clientId: string;
clientSecret: string;
startUrl: string;
}

§Properties

§
clientId: string
[src]

The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the "RegisterClient" API operation.

§
clientSecret: string
[src]

A secret string that is generated for the client. This value should come from the persisted result of the "RegisterClient" API operation.

§
startUrl: string
[src]

The URL for the AWS access portal. For more information, see Using the AWS access portal in the IAM Identity Center User Guide.