Skip to main content

DeviceCodeInfo

  • Namespace: PPDS.Auth.Credentials
  • Assembly: PPDS.Auth
  • Kind: Class

Summary

Information about a device code for authentication.

Members

Constructors

DeviceCodeInfo(string userCode, string verificationUrl, string message)

DeviceCodeInfo(string userCode, string verificationUrl, string message)

Creates a new DeviceCodeInfo.

Properties

Message

string Message { get; }

Gets the full message to display to the user.

UserCode

string UserCode { get; }

Gets the user code to enter at the verification URL.

VerificationUrl

string VerificationUrl { get; }

Gets the verification URL to open in a browser.