Skip to main content
Version: Next

IdentityClientOptions

Home > @backstage/plugin-auth-node > IdentityClientOptions

An identity client options object which allows extra configurations

This is not a stable API yet

Signature:

export type IdentityClientOptions = {
discovery: PluginEndpointDiscovery;
issuer?: string;
algorithms?: string[];
};