Search Results for

    Show / Hide Table of Contents

    Enum AuthenticationType

    Type of authentication, supports Office365, NetworkCredentials (on-premises) and AppOnly (both Office 365 as On-premises)

    Namespace: PnP.Framework.TimerJobs.Enums
    Assembly: PnP.Framework.dll
    Syntax
    public enum AuthenticationType : int

    AccessToken

    Consumer provides a valid access token

    AppOnly

    Apps-Only Authentication.

    AzureADAppOnly

    Azure Active Directory Apps-Only Authentication.

    Office365

    Office365 Authentication.

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<AuthenticationType>(String)
    ObjectExtensions.Set<AuthenticationType, T>(Expression<Func<AuthenticationType, T>>, T, Boolean, Boolean)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer