Class PnPContextFactoryOptionsConfiguration
PnPContext configuration options
Inheritance
System.Object
PnPContextFactoryOptionsConfiguration
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public class PnPContextFactoryOptionsConfiguration : object
Properties
AuthenticationProvider
The Authentication Provider configuration
Declaration
public IAuthenticationProvider AuthenticationProvider { get; set; }
Property Value
IAuthenticationProvider
|
Name
The Name of the configuration
Declaration
public string Name { get; set; }
Property Value
System.String
|
SiteUrl
The URL of the target SPO Site
Declaration
public Uri SiteUrl { get; set; }
Property Value
Uri
|