complete OAuth Sign In
Deprecated
since 200.8.0. Use AuthenticatorState.completeBrowserAuthenticationChallenge(Intent?) instead as it also supports IAP sign-in/sign-out.
Replace with
AuthenticatorState.completeBrowserAuthenticationChallenge(intent)
Content copied to clipboard
Completes the current AuthenticatorState.pendingOAuthUserSignIn with data from the provided intent.
The Intent data should contain a string representing the redirect URI that came from a browser where the OAuth sign-in was performed. If the data is null, the sign-in will be cancelled.
Since
200.3.0