Class DeviceCodeNotification
Provides information about the Device Code authentication request
Inherited Members
Namespace: PnP.Core.Auth
Assembly: PnP.Core.Auth.dll
Syntax
public class DeviceCodeNotification
Properties
Message
User friendly text response that can be used for display purpose.
Declaration
public string Message { get; set; }
Property Value
| string |
UserCode
Device code returned by the service
Declaration
public string UserCode { get; set; }
Property Value
| 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 |