---
title: init()
framework: authenticationservices
role: symbol
role_heading: Initializer
path: authenticationservices/ascredentialimportmanager/init()
---

# init()

Creates an import manager instance.

## Declaration

```swift
init()
```

## Discussion

Discussion Create an instance of this class when the system launches your app with an NSUserActivity of type ASCredentialExchangeActivityType, then call importCredentials(token:) to import credentials from the source app.
