Skip to main content

PreAuthDialogResult

  • Namespace: PPDS.Auth.Credentials
  • Assembly: PPDS.Auth
  • Kind: Enum
  • Implements: IComparable, IConvertible, IFormattable, ISpanFormattable

Summary

Result of the pre-authentication dialog shown before browser auth.

Members

Fields

Cancel

PreAuthDialogResult Cancel

Cancel authentication - return to TUI in limited mode.

OpenBrowser

PreAuthDialogResult OpenBrowser

Proceed with browser authentication.

UseDeviceCode

PreAuthDialogResult UseDeviceCode

Use device code authentication for this session instead.