Type alias MockFlowResponse

MockFlowResponse: {
    body: LoginFlow | RegistrationFlow | RecoveryFlow | VerificationFlow | SettingsFlow | Session | GenericError | ErrorBrowserLocationChangeRequired | null;
    headers: Record<string, string>;
    status: number;
}

Type declaration

  • body: LoginFlow | RegistrationFlow | RecoveryFlow | VerificationFlow | SettingsFlow | Session | GenericError | ErrorBrowserLocationChangeRequired | null
  • headers: Record<string, string>
  • status: number

Generated using TypeDoc