Skip to content

AndroidAuthResult

Represents the result returned from an AndroidAuthSession launch.

Kodster.InAppWebBrowser.Android.AndroidAuthResult

Properties

Code

public AndroidAuthResultCode Code { get; }

The result code for the authentication attempt.

Message

public string Message { get; }

A message returned by the authentication flow.