I've been testing Windows IoT core on RPI 3, I am working with insider preview, build 10.0.14376.0
For the sake of experiment I chucked our UWP app onto the RPI. Unexpectedly,
WebAuthenticationBroker.AuthenticateAsync(...);
throws NotImplementedException (!!)
I see nothing in the documentation that indicates that I should not use this API on windows IoT core. Am I missing something? Are there any other API that aren't implemented yet?