export interface IAuthResponse { challengeVersion: string; challengeId: string; processId: string; challengeUrl: string; id: string; }