---
title: "getTokenWithCompletion(_:)"
framework: coretelephony
role: symbol
role_heading: Type Method
path: "coretelephony/ctcellularplanstatus/gettokenwithcompletion(_:)"
---

# getTokenWithCompletion(_:)

A method you use to retrieve and store the token.

## Declaration

```swift
class func getTokenWithCompletion(_ completionHandler: @escaping @Sendable (String?, (any Error)?) -> Void)
```

```swift
class func token() async throws -> String
```
