UNPKG

@keycloakify/keycloak-admin-ui

Version:
8 lines (7 loc) 327 B
import type { Path } from "react-router-dom"; import type { AppRouteObject } from "../../routes"; export type IdentityProviderSamlParams = { realm: string; }; export declare const IdentityProviderSamlRoute: AppRouteObject; export declare const toIdentityProviderSaml: (params: IdentityProviderSamlParams) => Partial<Path>;