@axa-fr/oidc-client
Version:
OpenID Connect & OAuth authentication using native javascript only, compatible with angular, react, vue, svelte, next, etc.
11 lines • 600 B
TypeScript
export type { ILOidcLocation } from './location.js';
export { OidcLocation } from './location.js';
export { getFetchDefault } from './oidc.js';
export type { OidcUserInfo } from './oidcClient.js';
export { OidcClient } from './oidcClient.js';
export type { Tokens } from './parseTokens.js';
export { TokenRenewMode } from './parseTokens.js';
export { getParseQueryStringFromLocation, getPath } from './route-utils';
export type { AuthorityConfiguration, Fetch, OidcConfiguration, StringMap } from './types.js';
export { TokenAutomaticRenewMode } from './types.js';
//# sourceMappingURL=index.d.ts.map