---
title: INGetRideStatusIntentResponseCode.failureRequiringAppLaunchMustVerifyCredentials
framework: intents
role: symbol
role_heading: Case
path: intents/ingetridestatusintentresponsecode/failurerequiringapplaunchmustverifycredentials
---

# INGetRideStatusIntentResponseCode.failureRequiringAppLaunchMustVerifyCredentials

The user must launch your app and verify their credentials to continue.

## Declaration

```swift
case failureRequiringAppLaunchMustVerifyCredentials
```

## Discussion

Discussion Use this code when you require authentication to retrieve information and the user is not currently authenticated. Don’t use this response code for general errors or to force the user to launch your app.

## See Also

### Constants

- [INGetRideStatusIntentResponseCode.unspecified](intents/ingetridestatusintentresponsecode/unspecified.md)
- [INGetRideStatusIntentResponseCode.ready](intents/ingetridestatusintentresponsecode/ready.md)
- [INGetRideStatusIntentResponseCode.inProgress](intents/ingetridestatusintentresponsecode/inprogress.md)
- [INGetRideStatusIntentResponseCode.success](intents/ingetridestatusintentresponsecode/success.md)
- [INGetRideStatusIntentResponseCode.failure](intents/ingetridestatusintentresponsecode/failure.md)
- [INGetRideStatusIntentResponseCode.failureRequiringAppLaunch](intents/ingetridestatusintentresponsecode/failurerequiringapplaunch.md)
- [INGetRideStatusIntentResponseCode.failureRequiringAppLaunchServiceTemporarilyUnavailable](intents/ingetridestatusintentresponsecode/failurerequiringapplaunchservicetemporarilyunavailable.md)
