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
/
auth
/
logOut.d.ts
3 lines
(2 loc)
•
126 B
TypeScript
View Raw
1
2
3
import
{
LogOutReturnProps
}
from
"../../types/auth/logOut.js"
;
export
declare
function
logOut
(
):
Promise
<
LogOutReturnProps
>;