Skip to main content
Module

x/gesso/src/mod.ts>Logins

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

Constructors

new
Logins(config: Configuration)

Methods

createUserLogin(
account_id: string,
params?: CreateUserLoginParams,
body?: unknown,
): Promise<Scope>
deleteUserLogin(
user_id: string,
id: string,
body?: unknown,
): Promise<Scope>
editUserLogin(
account_id: string,
id: string,
params?: EditUserLoginParams,
body?: unknown,
): Promise<Scope>
kickoffPasswordRecoveryFlow(body?: unknown): Promise<Scope>
listUserLogins(account_id: string, body?: unknown): Promise<Scope>