UNPKG

@ssplib/react-components

Version:
11 lines (10 loc) 369 B
export declare const cookieName = "nextauth.token"; export declare function KeycloakAuthProvider({ url, realm, clientId, children, type, resource_name, redirectUri, }: { url: string; realm: string; clientId: string; children: JSX.Element | JSX.Element[]; type?: 'govbr' | 'ad'; resource_name?: string; redirectUri?: string; }): JSX.Element;