on Login
Is called when the user logs in via an automatic authorization request from the SDK within the PWA. This callback can be used to display an AlertDialog after an authorization within the PWA, for which the AppActivity context is needed.
Parameters
context
The AppActivity context.
result
A valid accessToken or Throwable in case of error.