@axa-fr/oidc-client
Version:
OpenID Connect & OAuth authentication using native javascript only, compatible with angular, react, vue, svelte, next, etc.
13 lines • 385 B
TypeScript
export declare const getLocation: (href: string) => {
href: string;
protocol: string;
host: string;
hostname: string;
port: string;
path: string;
search: string;
hash: string;
};
export declare const getPath: (href: string) => string;
export declare const getParseQueryStringFromLocation: (href: string) => any;
//# sourceMappingURL=route-utils.d.ts.map