Class PnPContextFactoryOptionsConfiguration
PnPContext configuration options
public class PnPContextFactoryOptionsConfiguration
- Inheritance
-
PnPContextFactoryOptionsConfiguration
- Inherited Members
Properties
AuthenticationProvider
The Authentication Provider configuration
public IAuthenticationProvider AuthenticationProvider { get; set; }
Property Value
Name
The Name of the configuration
public string Name { get; set; }
Property Value
SiteUrl
The URL of the target SPO Site
public Uri SiteUrl { get; set; }