Show / Hide Table of Contents

Enum AuthorizationTypeEnum

Abstraction over Azure Functions authorization types with the addition of the token validation model provided by this framework

Namespace: FunctionMonkey.Abstractions.Builders
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public enum AuthorizationTypeEnum : int

Fields

Name Description
Anonymous

Anonymous access to functions

Function

Requires a function code

TokenValidation

Requires a valid authorization header token - an ITokenValidator must be configured

  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Fields
Back to top Copyright © 2018 James Randall