Module

x/telescope_sdk_deno/mod.ts>TelescopeIntegration

Mirror of https://gitlab.com/telescope-meetings/sdk/deno
Latest
class TelescopeIntegration
import { TelescopeIntegration } from "https://dotland.deno.dev/x/telescope_sdk_deno@v0.5.1-alpha/mod.ts";

Constructors

new
TelescopeIntegration(opts: TelescopeIntegrationOpts)

Properties

private
readonly
token: string
readonly
name: string
readonly
telescopeApiUrl: string
readonly
telescopeUrl: string

Methods

connectUrl(state: string): string
verifyKey(opts: TelescopeIntegrationVerifyOpts, integrationData?: Record<string, unknown>): Promise<Record<string, unknown>>
whoami(identifierOrUserID: string, isIdentifier?)