An existing SDK store to attach to, so discovery caching and state are
shared with another client. Omit to create a store for this client alone.
Typed as unknown — the parser validates this at runtime via isSdkStoreHandle.
Returns an object with methods for authorization, token exchange, user info retrieval, and logout.
Function
oidc
Description
Factory function to create an OIDC client with methods for authorization, token exchange,
user info retrieval, and logout. It initializes the client with the provided configuration,
request middleware, logger, and storage options.
configuration object containing the OIDC client configuration, request middleware, logger,