UNPKG

@bitblit/ratchet-warden-common

Version:

Typescript library to simplify using simplewebauthn and secondary auth methods over GraphQL

13 lines 358 B
export class WardenClientTransientMemoryLoggedInUserProvider { wrapper; fetchLoggedInUserWrapper() { return this.wrapper; } logOutUser() { this.wrapper = null; } setLoggedInUserWrapper(wrapper) { this.wrapper = wrapper; } } //# sourceMappingURL=warden-client-transient-memory-logged-in-user-provider.js.map