Class DeviceCodeNotification
Provides information about the Device Code authentication request
Inheritance
System.Object
DeviceCodeNotification
Namespace: PnP.Core.Auth
Assembly: PnP.Core.Auth.dll
Syntax
public class DeviceCodeNotification : object
Properties
Message
User friendly text response that can be used for display purpose.
Declaration
public string Message { get; set; }
Property Value
System.String
|
UserCode
Device code returned by the service
Declaration
public string UserCode { get; set; }
Property Value
System.String
|
VerificationUrl
Verification URL where the user must navigate to authenticate using the device code and credentials
Declaration
public Uri VerificationUrl { get; set; }
Property Value
Uri
|