Search Results for

    Show / Hide Table of Contents

    Class AuthenticationProvidersOptionsConfigurator

    Handles the configuration of PnPCoreOptions based on the AuthenticationOptions settings

    Inheritance
    System.Object
    AuthenticationProvidersOptionsConfigurator
    Namespace: PnP.Core.Auth.Services.Builder.Configuration
    Assembly: PnP.Core.Auth.dll
    Syntax
    public class AuthenticationProvidersOptionsConfigurator : IConfigureOptions<PnPCoreOptions>

    Constructors

    AuthenticationProvidersOptionsConfigurator(IOptions<PnPCoreAuthenticationOptions>, IAuthenticationProviderFactory)

    Default constructor

    Declaration
    public AuthenticationProvidersOptionsConfigurator(IOptions<PnPCoreAuthenticationOptions> authenticationOptions, IAuthenticationProviderFactory authenticationProviderFactory)
    Parameters
    IOptions<PnPCoreAuthenticationOptions> authenticationOptions

    PnPCoreAuthenticationOptions authentication options

    IAuthenticationProviderFactory authenticationProviderFactory

    Authentication factory

    Methods

    Configure(PnPCoreOptions)

    Process the PnPCoreOptions options

    Declaration
    public void Configure(PnPCoreOptions options)
    Parameters
    PnPCoreOptions options

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