CookieAuthRefreshProviderProps
Home > @backstage/plugin-auth-react
> CookieAuthRefreshProviderProps
Props for the CookieAuthRefreshProvider() component.
Signature:
export type CookieAuthRefreshProviderProps = {
pluginId: string;
children: ReactNode;
};