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

ExchangeCodeForTokenResponse

import type { ExchangeCodeForTokenResponse } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";
interface ExchangeCodeForTokenResponse {
accessToken: string;
expiresIn: number;
refreshToken: string;
}

§Properties

§
accessToken: string
[src]

The access token.

§
expiresIn: number
[src]

The date and time when the new access token expires.

§
refreshToken: string
[src]

The token to use to refresh a previously issued access token that might have expired.