UNPKG

@othent/kms-unbundled

Version:

Arweave Oauth Othent wallets enabled Google Key Management Service.

7 lines (6 loc) 251 B
import { ConnectReturnType } from "../../types/mapping/connect"; /** * Connect the users account, this is the same as login/signup in one function. * @returns The the users details. */ export declare function connect(): Promise<ConnectReturnType>;