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

Jwt

import type { Jwt } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface Jwt {
compactJwt?: string;
}

§Properties

§
compactJwt?: string
[src]

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1