Class FakeAuthenticationHandler
Inheritance
FakeAuthenticationHandler
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class FakeAuthenticationHandler : AuthenticationHandler<FakeAuthenticationOptions>, IAuthenticationHandler
Constructors
FakeAuthenticationHandler(IOptionsMonitor<FakeAuthenticationOptions>, ILoggerFactory, UrlEncoder, ISystemClock, FakeUserClaims)
Declaration
[Obsolete]
public FakeAuthenticationHandler(IOptionsMonitor<FakeAuthenticationOptions> options, ILoggerFactory logger, UrlEncoder encoder, ISystemClock clock, FakeUserClaims fakeUserClaims)
Parameters
FakeAuthenticationHandler(IOptionsMonitor<FakeAuthenticationOptions>, ILoggerFactory, UrlEncoder, FakeUserClaims)
Declaration
public FakeAuthenticationHandler(IOptionsMonitor<FakeAuthenticationOptions> options, ILoggerFactory logger, UrlEncoder encoder, FakeUserClaims fakeUserClaims)
Parameters
Methods
HandleAuthenticateAsync()
Declaration
protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Returns
Overrides
Implements
Extension Methods