getFallbackWebAuthenticationIntent

Use this function to get the intent for fallback web based authentication.

In your native login activity start this intent in such a way as to get a result callback. A result code of Activity.RESULT_OK means the user has successfully authenticated via the webview and you can finish your activity.

Return

the intent to be started for fallback web based authentication.