How to authenticate with Apple SSO (TV Provider) using VideoSubscriberAccount framework
I need to implement authentication scheme using Apple SSO for my application:
- Check for an signed user in Settings TV Provider
- Sing in into TV Provider from my app if there is no a signed user
- Get authentication payload of a signed user from my provider backend with tokens, uuid, etc.
What the main steps to config and implement Apple SSO authentication using VideoSubscriberAccount framework because unfortunately there is no much info and samples about?