<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreNFC",
  "identifier" : "/documentation/CoreNFC/NFCVASResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core NFC"
    ],
    "preciseIdentifier" : "c:objc(cs)NFCVASResponse"
  },
  "title" : "NFCVASResponse"
}
-->

# NFCVASResponse

An object representing the response from a single `GET VAS DATA` command.

```
class NFCVASResponse
```

## Topics

### Getting the Response Status

[`status`](/documentation/CoreNFC/NFCVASResponse/status)

A response APDU status code.

[`VASErrorCode`](/documentation/CoreNFC/VASErrorCode)

Constants representing APDU status codes for a VAS response.

### Getting the VAS Data

[`vasData`](/documentation/CoreNFC/NFCVASResponse/vasData)

A data object containing the VAS data.

### Getting the Mobile Token

[`mobileToken`](/documentation/CoreNFC/NFCVASResponse/mobileToken)

A mobile token value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)