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

ExchangeCodeForTokenRequestBody

import type { ExchangeCodeForTokenRequestBody } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";

Describes the configuration of a request to exchange an access code for a token.

interface ExchangeCodeForTokenRequestBody {
code: string;
redirectUri: string;
}

§Properties

§
code: string
[src]

The access code to send in the request.

§
redirectUri: string
[src]

The location of the application that will receive the access code.