Show / Hide Table of Contents

Interface ITokenValidator

This can be implemented to provide Authorization header validation / verification and set claims for HTTP triggers. See this gist for an example: https://gist.github.com/JamesRandall/e83f72f98bde2f6ff973e6ecb81199c8

Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface ITokenValidator

Methods

| Improve this Doc View Source

ValidateAsync(String)

Declaration
Task<ClaimsPrincipal> ValidateAsync(string authorizationHeader)
Parameters
Type Name Description
System.String authorizationHeader
Returns
Type Description
Task<ClaimsPrincipal>

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Methods
    • ValidateAsync(String)
  • Extension Methods
Back to top Copyright © 2018 James Randall