Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gesso/types/params.ts>RefreshJwtParams

A TypeScript API client for Canvas LMS
Latest
interface RefreshJwtParams
import { type RefreshJwtParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
jwt: string

An existing JWT token to be refreshed. The new token will have the same context and workflows as the existing token.