# Account Management Screen

Use [**`HyphenKeyListViewScreen`**](https://github.com/hyphen-at/hyphen-ios-sdk/blob/main/HyphenUI/Sources/KeyList/HyphenKeyListScreen.swift) to show the account management screen to the user. The user can manage and revoke keys and devices in their account.

You can launch the screen with a single line of the code:

{% tabs %}
{% tab title="Swift" %}

```swift
Hyphen.shared.openKeyManager()
```

{% endtab %}

{% tab title="Objective-C" %}
*Example code is not provided yet.*
{% endtab %}
{% endtabs %}
