UNPKG
@othent/kms-unbundled
Version:
latest (1.0.5)
1.0.5
1.0.2
1.0.1
Arweave Oauth Othent wallets enabled Google Key Management Service.
othent.io
Othent/KMS-JS-new
@othent/kms-unbundled
/
dist
/
lib
/
mapping
/
connect.d.ts
7 lines
(6 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
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
>;