import { AuthenticationMetaData } from "./AuthenticationMetaData"; export interface UserAuthenticationRequest { authenticationData: ProviderAuthDataType; userName: string; redirectUrl: string; currentSessionId: string; requestTempToken: boolean; }