export interface SAMLRedirectResponse {
    redirect: string;
}
