UNPKG

@othent/kms-unbundled

Version:

Arweave Oauth Othent wallets enabled Google Key Management Service.

10 lines 272 B
import { logOut } from "../auth/logOut"; /** * Disconnect the users wallet. This will require the user to log back in after called. * @returns Nothing. */ export async function disconnect() { await logOut(); return null; } //# sourceMappingURL=disconnect.js.map