UNPKG

@axa-fr/oidc-client

Version:

OpenID Connect & OAuth authentication using native javascript only, compatible with angular, react, vue, svelte, next, etc.

15 lines 392 B
export interface ILOidcLocation { open(url: string): void; reload(): void; getCurrentHref(): string; getPath(): string; getOrigin(): string; } export declare class OidcLocation implements ILOidcLocation { open(url: string): void; reload(): void; getCurrentHref(): string; getPath(): string; getOrigin(): string; } //# sourceMappingURL=location.d.ts.map