Table of Contents

Class DeviceCodeNotification

Namespace
PnP.Core.Auth
Assembly
PnP.Core.Auth.dll

Provides information about the Device Code authentication request

public class DeviceCodeNotification
Inheritance
DeviceCodeNotification
Inherited Members

Properties

Message

User friendly text response that can be used for display purpose.

public string Message { get; set; }

Property Value

string

UserCode

Device code returned by the service

public string UserCode { get; set; }

Property Value

string

VerificationUrl

Verification URL where the user must navigate to authenticate using the device code and credentials

public Uri VerificationUrl { get; set; }

Property Value

Uri