Table of Contents

Class Auth0WebAppWithAccessTokenAuthenticationBuilder

Namespace
Auth0.AspNetCore.Authentication
Assembly
Auth0.AspNetCore.Authentication.dll

Builder to add extra functionality when using Access Tokens.

public class Auth0WebAppWithAccessTokenAuthenticationBuilder
Inheritance
Auth0WebAppWithAccessTokenAuthenticationBuilder
Inherited Members

Constructors

Auth0WebAppWithAccessTokenAuthenticationBuilder(IServiceCollection, Action<Auth0WebAppWithAccessTokenOptions>, Auth0WebAppOptions)

public Auth0WebAppWithAccessTokenAuthenticationBuilder(IServiceCollection services, Action<Auth0WebAppWithAccessTokenOptions> configureOptions, Auth0WebAppOptions options)

Parameters

services IServiceCollection

The original IServiceCollection instance

configureOptions Action<Auth0WebAppWithAccessTokenOptions>

A delegate used to configure the Auth0WebAppWithAccessTokenOptions

options Auth0WebAppOptions

The Auth0WebAppOptions used when calling AddAuth0WebAppAuthentication.

Auth0WebAppWithAccessTokenAuthenticationBuilder(IServiceCollection, Action<Auth0WebAppWithAccessTokenOptions>, Auth0WebAppOptions, string)

public Auth0WebAppWithAccessTokenAuthenticationBuilder(IServiceCollection services, Action<Auth0WebAppWithAccessTokenOptions> configureOptions, Auth0WebAppOptions options, string authenticationScheme)

Parameters

services IServiceCollection

The original IServiceCollection instance

configureOptions Action<Auth0WebAppWithAccessTokenOptions>

A delegate used to configure the Auth0WebAppWithAccessTokenOptions

options Auth0WebAppOptions

The Auth0WebAppOptions used when calling AddAuth0WebAppAuthentication.

authenticationScheme string

The authentication scheme to use.