AppAuth-Android
                                
                                 AppAuth-Android copied to clipboard
                                
                                    AppAuth-Android copied to clipboard
                            
                            
                            
                        Can this library be used on Android TV?
Hi all,
We are currently implementing this on mobile and tablet and so with some good success. However, some Android devices, such as TVs do not have Chrome custom tab support which leads us to ask whether this library can be used for Android TVs that do not support custom tabs? We did notice that the iOS library has specific support for TVOS and we were wondering if this is missing in the Android library.
Thanks
TVs usually use a device authorization flow RFC 8628 which is what AppAuth-iOS seems to implement. One developer has been gracious enough to contribute a PR for this a long time ago but I never had a chance to review it https://github.com/openid/AppAuth-Android/pull/763
One developer has been gracious enough to contribute a PR for this a long time ago but I never had a chance to review it
Hello @agologan, I'm still roaming around and would gladly help to merge these changes onto the main branch
I would love to see this functionality added to the library as we will soon start implementing the Device Code flow in our app...
I would also love to see this merged!