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

ConnectionCredentials

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

Connection credentials.

interface ConnectionCredentials {
ConnectionToken?: string | null;
Expiry?: string | null;
}

§Properties

§
ConnectionToken?: string | null
[src]

The connection token.

§
Expiry?: string | null
[src]

The expiration of the token.

It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.