<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macOS: -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoSubscriberAccount",
  "identifier" : "/documentation/VideoSubscriberAccount/VSAccountMetadata",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Video Subscriber Account"
    ],
    "preciseIdentifier" : "c:objc(cs)VSAccountMetadata"
  },
  "title" : "VSAccountMetadata"
}
-->

# VSAccountMetadata

A collection of information for a subscriber’s account.

```
class VSAccountMetadata
```

## Overview

The [`VSAccountMetadata`](/documentation/VideoSubscriberAccount/VSAccountMetadata) object contains the information you requested in the [`VSAccountMetadataRequest`](/documentation/VideoSubscriberAccount/VSAccountMetadataRequest) object that you passed to the [`enqueue(_:completionHandler:)`](/documentation/VideoSubscriberAccount/VSAccountManager/enqueue(_:completionHandler:)) method. If the call succeeds, the system sends the [`VSAccountMetadata`](/documentation/VideoSubscriberAccount/VSAccountMetadata) object to your app’s completion handler for your app to process.

## Topics

### Getting TV Provider Info

[`accountProviderIdentifier`](/documentation/VideoSubscriberAccount/VSAccountMetadata/accountProviderIdentifier)

The unique identifier of the account provider.

[`authenticationExpirationDate`](/documentation/VideoSubscriberAccount/VSAccountMetadata/authenticationExpirationDate)

The date when the user’s current authentication session expires.

### Getting App Authentication Info

[`accountProviderResponse`](/documentation/VideoSubscriberAccount/VSAccountMetadata/accountProviderResponse)

The response from the account provider.

[`samlAttributeQueryResponse`](/documentation/VideoSubscriberAccount/VSAccountMetadata/samlAttributeQueryResponse)

The SAML response from the account provider.

[`verificationData`](/documentation/VideoSubscriberAccount/VSAccountMetadata/verificationData)

Data you use to verify that the response came from the account provider.



---

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)