---
title: "openVerificationCodeAppSettings(completionHandler:)"
framework: authenticationservices
role: symbol
role_heading: Type Method
path: "authenticationservices/assettingshelper/openverificationcodeappsettings(completionhandler:)"
---

# openVerificationCodeAppSettings(completionHandler:)

Open the Settings app and navigate to the verification code provider settings.

## Declaration

```swift
class func openVerificationCodeAppSettings(completionHandler: (@Sendable ((any Error)?) -> Void)? = nil)
```

```swift
class func openVerificationCodeAppSettings() async throws
```

## Parameters

- `completionHandler`: An optional block that the system calls on completion.

## See Also

### Opening the Settings app

- [openCredentialProviderAppSettings(completionHandler:)](authenticationservices/assettingshelper/opencredentialproviderappsettings(completionhandler:).md)
