Show / Hide Table of Contents

Class TokenValidatedContext

Inheritance
System.Object
TokenValidatedContext
Namespace: FunctionMonkey.AspNetCore
Assembly: FunctionMonkey.AspNetCore.dll
Syntax
public class TokenValidatedContext : ResultContext<AuthenticationOptions>

Constructors

| Improve this Doc View Source

TokenValidatedContext(HttpContext, AuthenticationScheme, AuthenticationOptions)

Declaration
public TokenValidatedContext(HttpContext context, AuthenticationScheme scheme, AuthenticationOptions options)
Parameters
Type Name Description
HttpContext context
AuthenticationScheme scheme
AuthenticationOptions options

Properties

| Improve this Doc View Source

SecurityToken

Declaration
public SecurityToken SecurityToken { get; set; }
Property Value
Type Description
SecurityToken

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