@signalwire/core
Version:
Shared code for the SignalWire JS SDK
13 lines • 349 B
TypeScript
export type RPCReauthenticateParams = {
project: string;
jwt_token: string;
};
export declare const RPCReauthenticate: (authentication: RPCReauthenticateParams) => {
id: string;
method: import("..").JSONRPCMethod;
params: {
[key: string]: any;
};
jsonrpc: "2.0";
};
//# sourceMappingURL=RPCReauthenticate.d.ts.map