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

GetAuthorizationTokenResult

import type { GetAuthorizationTokenResult } from "https://aws-api.deno.dev/v0.4/services/codeartifact.ts?docs=full";
interface GetAuthorizationTokenResult {
authorizationToken?: string | null;
expiration?: Date | number | null;
}

§Properties

§
authorizationToken?: string | null
[src]

The returned authentication token.

§
expiration?: Date | number | null
[src]

A timestamp that specifies the date and time the authorization token expires.