AuthTabIntent.AuthResult


class AuthTabIntent.AuthResult


Class containing Auth Tab result data. This class must be the result type of the ActivityResultCallback passed to registerActivityResultLauncher.

Valid `resultCode`s are RESULT_OK, RESULT_CANCELED, RESULT_VERIFICATION_FAILED and RESULT_VERIFICATION_TIMED_OUT.

Summary

Public properties

Int

Result code of the Auth Tab.

Uri?

The Uri containing the Auth Tab result data.

Public properties

resultCode

Added in 1.9.0-alpha01
val resultCodeInt

Result code of the Auth Tab. If an invalid or unknown code was returned by the Auth Tab, this will be RESULT_UNKNOWN_CODE.

resultUri

Added in 1.9.0-alpha01
val resultUriUri?

The Uri containing the Auth Tab result data. Null if the `resultCode` isn't RESULT_OK.