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

x/gesso/types/params.ts>CreateJwtParams

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

Properties

optional
workflows: string[]

Adds additional data to the JWT to be used by the consuming service workflow

optional
contexttype: string

Allowed values: Course, User, Account

optional
contextid: number

The id of the context in case a specified workflow uses it to consuming the service.

optional
contextuuid: string

The uuid of the context in case a specified workflow uses it to consuming the service.