Home Reference Source Repository
import Key from 'tsugi-node/src/core/Key.js'
public class | source

Key

This captures all of the key data associated with the LTI Launch.

Constructor Summary

Public Constructor
public

constructor(id: number, title: string)

Member Summary

Public Members
public get

id: *

public set

id: *

public get

title: *

public set

title: *

Public Constructors

public constructor(id: number, title: string) source

Params:

NameTypeAttributeDescription
id number
title string

Public Members

public get id: * source

public set id: * source

public get title: * source

public set title: * source