UNPKG

@toruslabs/openlogin-jrpc

Version:

OpenLogin is a plug & play authentication suite that combines the simplicity of passwordless authentication with the security of non-custodial public key infrastructure (PKI).

5 lines (4 loc) 173 B
import BasePostMessageStream from "./basePostMessageStream"; export default class PostMessageStream extends BasePostMessageStream { _postMessage(data: unknown): void; }