You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -524,7 +524,7 @@ public object WebAuthProvider {
524
524
* device does not support the necessary algorithms to support Proof of Key Exchange (PKCE)
525
525
* (this is not expected), or if the user closed the browser before completing the authentication.
526
526
*
527
-
* @param context context to run the authentication
527
+
* @param context An Activity context to run the authentication. Passing any other context can cause a crash while starting the [AuthenticationActivity]
* Request user Authentication. An error is thrown if there are no browser applications installed in the device, or if
579
+
* device does not support the necessary algorithms to support Proof of Key Exchange (PKCE)
580
+
* (this is not expected), or if the user closed the browser before completing the authentication.
581
+
*
582
+
* @param context An Activity context to run the authentication. Passing any other context can cause a crash while starting the [AuthenticationActivity]
0 commit comments