<!--
{
  "availability" : [
    "tvOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorizationCustomMethod",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:@T@ASAuthorizationCustomMethod"
  },
  "title" : "ASAuthorizationCustomMethod"
}
-->

# ASAuthorizationCustomMethod

The custom authorization method.

```
struct ASAuthorizationCustomMethod
```

## Discussion

Use [`ASAuthorizationCustomMethod`](/documentation/AuthenticationServices/ASAuthorizationCustomMethod) to specify a type of custom sign-in in tvOS, like enabling the user to sign in manually or by restoring a purchase.

## Topics

### Creating the Structure

[`init(rawValue:)`](/documentation/AuthenticationServices/ASAuthorizationCustomMethod/init(rawValue:))

Initializes the object with a custom authorization method.

### Getting the Properties

[`videoSubscriberAccount`](/documentation/AuthenticationServices/ASAuthorizationCustomMethod/videoSubscriberAccount)

A type of authorization that uses a TV provider account to sign in.

[`restorePurchase`](/documentation/AuthenticationServices/ASAuthorizationCustomMethod/restorePurchase)

A type of authorization that restores an in-app purchase to sign in.

[`other`](/documentation/AuthenticationServices/ASAuthorizationCustomMethod/other)

A type of authorization that uses a custom sign-in method.



---

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)