iOSAuthResult¶
Result object returned from iOSAuthSession.Start / iOSAuthSession.StartAsync containing the authentication outcome.
Kodster.InAppWebBrowser.iOS.iOSAuthResult
Properties¶
Code¶
The result code indicating the authentication outcome.
Message¶
A message returned by the authentication flow.
Remarks
- On
Success, contains the callback URL returned by the auth provider. - On
CanceledorError, contains a description of what happened, ornullif none is available.