Table of Contents

Class PnPCoreAuthenticationBaseOptions

Namespace
PnP.Core.Auth.Services.Builder.Configuration
Assembly
PnP.Core.Auth.dll

Options for the DeviceCodeAuthenticationProvider

public abstract class PnPCoreAuthenticationBaseOptions
Inheritance
PnPCoreAuthenticationBaseOptions
Derived
Inherited Members

Properties

AuthorityUri

The Authority URI for the authentication flow

public Uri AuthorityUri { get; set; }

Property Value

Uri

RedirectUri

The Redirect URI for the authentication flow

public Uri RedirectUri { get; set; }

Property Value

Uri