Skip to content

AuthTabResult

Result object returned from AuthTab.LaunchAsync() containing the authentication outcome.

Properties

Code

public AuthTabResultCode Code { get; }

The result code indicating the authentication outcome.

Message

public string Message { get; }

A message returned by the authentication flow.