export interface OpenIdConnectResponse { HttpStatusCode?: number; Username?: string; ErrorMessage?: string; UnhandledErrorBody?: string; }