Search Results for

    Show / Hide Table of Contents

    Class DeviceCodeNotification

    Provides information about the Device Code authentication request

    Inheritance
    object
    DeviceCodeNotification
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer