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)
Constructs an instance of Auth0WebAppWithAccessTokenAuthenticationBuilder
public Auth0WebAppWithAccessTokenAuthenticationBuilder(IServiceCollection services, Action<Auth0WebAppWithAccessTokenOptions> configureOptions, Auth0WebAppOptions options)
Parameters
services
IServiceCollectionThe original IServiceCollection instance
configureOptions
Action<Auth0WebAppWithAccessTokenOptions>A delegate used to configure the Auth0WebAppWithAccessTokenOptions
options
Auth0WebAppOptionsThe Auth0WebAppOptions used when calling AddAuth0WebAppAuthentication.
Auth0WebAppWithAccessTokenAuthenticationBuilder(IServiceCollection, Action<Auth0WebAppWithAccessTokenOptions>, Auth0WebAppOptions, string)
Constructs an instance of Auth0WebAppWithAccessTokenAuthenticationBuilder
public Auth0WebAppWithAccessTokenAuthenticationBuilder(IServiceCollection services, Action<Auth0WebAppWithAccessTokenOptions> configureOptions, Auth0WebAppOptions options, string authenticationScheme)
Parameters
services
IServiceCollectionThe original IServiceCollection instance
configureOptions
Action<Auth0WebAppWithAccessTokenOptions>A delegate used to configure the Auth0WebAppWithAccessTokenOptions
options
Auth0WebAppOptionsThe Auth0WebAppOptions used when calling AddAuth0WebAppAuthentication.
authenticationScheme
stringThe authentication scheme to use.