@othent/kms-unbundled
Version:
Arweave Oauth Othent wallets enabled Google Key Management Service.
5 lines (4 loc) • 342 B
TypeScript
import { Auth0Client, GetTokenSilentlyVerboseResponse } from "@auth0/auth0-spa-js";
import { CustomAuthParams } from "../../types/auth/auth0";
export declare const getAuth0Client: () => Promise<Auth0Client>;
export declare function getTokenSilently(auth0: Auth0Client, authParams: CustomAuthParams): Promise<GetTokenSilentlyVerboseResponse>;