UNPKG

@axa-fr/oidc-client

Version:

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

9 lines 509 B
import { ILOidcLocation } from './location'; import { StringMap } from './types.js'; export declare const oidcLogoutTokens: { access_token: string; refresh_token: string; }; export declare const destroyAsync: (oidc: any) => (status: any) => Promise<void>; export declare const logoutAsync: (oidc: any, oidcDatabase: any, fetch: any, console: any, oicLocation: ILOidcLocation) => (callbackPathOrUrl?: string | null | undefined, extras?: StringMap) => Promise<void>; //# sourceMappingURL=logout.d.ts.map