Class TokenValidatedContext
Inheritance
System.Object
TokenValidatedContext
Namespace: FunctionMonkey.AspNetCore
Assembly: FunctionMonkey.AspNetCore.dll
Syntax
public class TokenValidatedContext : ResultContext<AuthenticationOptions>
Constructors
| Improve this Doc View SourceTokenValidatedContext(HttpContext, AuthenticationScheme, AuthenticationOptions)
Declaration
public TokenValidatedContext(HttpContext context, AuthenticationScheme scheme, AuthenticationOptions options)
Parameters
Type | Name | Description |
---|---|---|
Http |
context | |
Authentication |
scheme | |
Authentication |
options |
Properties
| Improve this Doc View SourceSecurityToken
Declaration
public SecurityToken SecurityToken { get; set; }
Property Value
Type | Description |
---|---|
Security |