UNPKG

@withjoy/sdk-js

Version:
10 lines (9 loc) 353 B
import { ServiceApi } from "./serviceApi"; export default class EventSecretRefreshToken { private serviceApi; private eventId; private eventPassword; constructor(serviceApi: ServiceApi, eventId: string, eventPassword: string); generateIdToken(srcClientId: any, dstClientId: any, callback: any): void; token(): string; }