Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android-equivalent to iOS's ASWebAuthenticationSession

Trying to implement Azure sign-in, and I used SFAuthenticationSession and ASWebAuthentication in iOS, but I don't know what the equivalent is for Android. Is there an API that provides the same functionality?

like image 527
Huy-Anh Hoang Avatar asked Feb 17 '26 01:02

Huy-Anh Hoang


1 Answers

The AppAuth library is the component that will offer something closer to what you are looking for.

Another alternative is to use a native authentication but that requires your backend server to validate tokens with google.

like image 130
Augusto Pedroza Avatar answered Feb 19 '26 15:02

Augusto Pedroza