Class FunctionMonkeyAuthHandler
Inheritance
System.Object
FunctionMonkeyAuthHandler
Assembly: FunctionMonkey.AspNetCore.dll
Syntax
public class FunctionMonkeyAuthHandler : AuthenticationHandler<AuthenticationOptions>
Constructors
|
Improve this Doc
View Source
FunctionMonkeyAuthHandler(ITokenValidator, IOptionsMonitor<AuthenticationOptions>, ILoggerFactory, UrlEncoder, ISystemClock)
Declaration
public FunctionMonkeyAuthHandler(ITokenValidator tokenValidator, IOptionsMonitor<AuthenticationOptions> options, ILoggerFactory logger, UrlEncoder encoder, ISystemClock clock)
Parameters
Methods
|
Improve this Doc
View Source
HandleAuthenticateAsync()
Declaration
protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Returns
Type |
Description |
Task<AuthenticateResult> |
|
|
Improve this Doc
View Source
HandleChallengeAsync(AuthenticationProperties)
Declaration
protected override Task HandleChallengeAsync(AuthenticationProperties properties)
Parameters
Type |
Name |
Description |
AuthenticationProperties |
properties |
|
Returns
Extension Methods