UNPKG

piral-oidc

Version:

Plugin to integrate authentication using OpenID connect in Piral.

7 lines (6 loc) 236 B
import { OidcClient, OidcConfig } from './types'; /** * Sets up a new client wrapping the oidc-client API. * @param config The configuration for the client. */ export declare function setupOidcClient(config: OidcConfig): OidcClient;