Show / Hide Table of Contents

Class FunctionMonkeyAuthHandler

Inheritance
System.Object
FunctionMonkeyAuthHandler
Namespace: FunctionMonkey.AspNetCore
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
Type Name Description
ITokenValidator tokenValidator
IOptionsMonitor<AuthenticationOptions> options
ILoggerFactory logger
UrlEncoder encoder
ISystemClock clock

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
Type Description
Task

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall