Skip to main content
Module

x/gesso/src/mod.ts>TokenScopes

A TypeScript API client for Canvas LMS
Latest
class TokenScopes
extends BaseApi
import { TokenScopes } from "https://deno.land/x/gesso@v0.1.2/src/mod.ts";

Constructors

new
TokenScopes(config: Configuration)

Methods

listScopes(
account_id: string,
params?: ListScopesParams,
body?: unknown,
): Promise<Scope[]>