79376690

Date: 2025-01-22 06:23:12
Score: 1
Natty:
Report link

With custom uri scheme disabled for an Android OAuth client (as recommended and as you should due to the security risks), Google's alternative is to use their SDK:

Use the Google Sign-In for Android SDK which delivers the OAuth 2.0 response directly to your app, eliminating the need for a redirect URI.

https://developers.google.com/identity/protocols/oauth2/native-app#alternative-to-using-custom-uri-schemes-on-android

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: akdombrowski