AndroidAuthResultCode¶
Represents the result of an AndroidAuthSession operation, indicating the outcome of the authentication process.
Kodster.InAppWebBrowser.Android.AndroidAuthResultCode
Values¶
| Value | Description |
|---|---|
Success |
Authentication flow completed. |
Canceled |
The user canceled the authentication flow. |
VerificationFailed |
Session closed because ownership verification for the HTTPS redirect URL did not succeed. |
TimedOut |
Session closed because ownership verification for the HTTPS redirect URL exceeded the allowed time limit. |
Error |
An unexpected error occurred during authentication. |