Here (https://developers.google.com/+/web/signin/android-app-installs) is described how to make over-the-air Android installs using HTML button.
I wonder how to do the same using oAuth 2.0 flow (the docs --https://developers.google.com/accounts/docs/OAuth2UserAgent -- doesn't provide information about it).
Which additional parameter(s) I have to add to endpoint request (https://accounts.google.com/o/oauth2/auth?) to make it show over-the-air-install dialog?