UNPKG

@cryptr/cryptr-spa-js

Version:

Cryptr SDK for Single Page Applications using passwordless authentication and/or SSO

5 lines (4 loc) 276 B
import * as Interface from './interfaces'; export declare const locationSearch: () => string; export declare const parseRedirectParams: (location?: string) => Interface.RedirectionParams; export declare const organizationDomain: (refreshToken?: string) => string | undefined;