Stay organized with collections
Save and categorize content based on your preferences.
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
val resultCode: Int
Result code of the Auth Tab. If an invalid or unknown code was returned by the Auth Tab, this will be RESULT_UNKNOWN_CODE.
val resultUri: Uri?
The Uri containing the Auth Tab result data. Null if the `resultCode` isn't RESULT_OK.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[],[]]