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

RefreshTokenResponse

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

§Properties

§
accessToken: string
[src]

The access token.

§
expiresIn: number
[src]

The date and time when the new access token expires.