UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

8 lines (7 loc) 246 B
import { Authentication } from "."; import { RequestContext } from "../api"; export declare class JwtAuthentication implements Authentication { private jwt; constructor(jwt: string); pre: (context: RequestContext) => Promise<void>; }