Skip to content

iOSAuthResult

Result object returned from iOSAuthSession.Start / iOSAuthSession.StartAsync containing the authentication outcome.

Kodster.InAppWebBrowser.iOS.iOSAuthResult

Properties

Code

public iOSAuthResultCode Code { get; }

The result code indicating the authentication outcome.

Message

public string Message { get; }

A message returned by the authentication flow.

Remarks

  • On Success, contains the callback URL returned by the auth provider.
  • On Canceled or Error, contains a description of what happened, or null if none is available.