Package apple.videosubscriberaccount.c
Class VideoSubscriberAccount
- java.lang.Object
-
- apple.videosubscriberaccount.c.VideoSubscriberAccount
-
public final class VideoSubscriberAccount extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringVSAccountProviderAuthenticationSchemeAPI()The identifier for responses that use any authentication protocol.static java.lang.StringVSAccountProviderAuthenticationSchemeSAML()The authentication scheme for responses that use the SAML protocol.static java.lang.StringVSCheckAccessOptionPrompt()A boolean indicating whether the user may be prompted to grant access.static java.lang.StringVSErrorDomain()The domain of all errors returned by VideoSubscriberAccount framework.static java.lang.StringVSErrorInfoKeyAccountProviderResponse()A key that can be used to obtain the account provider's response object from an error user info dictionary.static java.lang.StringVSErrorInfoKeySAMLResponse()A key that can be used to obtain the subscription provider's SAML response string from an error user info dictionary.static java.lang.StringVSErrorInfoKeySAMLResponseStatus()A key that can be used to obtain the subscription provider's SAML status code string from an error user info dictionary.static java.lang.StringVSErrorInfoKeyUnsupportedProviderIdentifier()A key that can be used to obtain the identifier string of the user's unsupported subscription provider from an error user info dictionary.static java.lang.StringVSOpenTVProviderSettingsURLString()The URL string used to deep link to the system TV Provider settings.
-
-
-
Method Detail
-
VSErrorDomain
public static java.lang.String VSErrorDomain()
The domain of all errors returned by VideoSubscriberAccount framework.
-
VSErrorInfoKeySAMLResponse
public static java.lang.String VSErrorInfoKeySAMLResponse()
A key that can be used to obtain the subscription provider's SAML response string from an error user info dictionary.
-
VSErrorInfoKeySAMLResponseStatus
public static java.lang.String VSErrorInfoKeySAMLResponseStatus()
A key that can be used to obtain the subscription provider's SAML status code string from an error user info dictionary.
-
VSErrorInfoKeyAccountProviderResponse
public static java.lang.String VSErrorInfoKeyAccountProviderResponse()
A key that can be used to obtain the account provider's response object from an error user info dictionary.
-
VSErrorInfoKeyUnsupportedProviderIdentifier
public static java.lang.String VSErrorInfoKeyUnsupportedProviderIdentifier()
A key that can be used to obtain the identifier string of the user's unsupported subscription provider from an error user info dictionary.
-
VSCheckAccessOptionPrompt
public static java.lang.String VSCheckAccessOptionPrompt()
A boolean indicating whether the user may be prompted to grant access.
-
VSAccountProviderAuthenticationSchemeSAML
public static java.lang.String VSAccountProviderAuthenticationSchemeSAML()
The authentication scheme for responses that use the SAML protocol.
-
VSOpenTVProviderSettingsURLString
public static java.lang.String VSOpenTVProviderSettingsURLString()
The URL string used to deep link to the system TV Provider settings.
-
VSAccountProviderAuthenticationSchemeAPI
public static java.lang.String VSAccountProviderAuthenticationSchemeAPI()
The identifier for responses that use any authentication protocol.
-
-