Skip to content

Instantly share code, notes, and snippets.

@CoderBK
Created January 13, 2022 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CoderBK/257b65c9b84358bd725f51381c08de5a to your computer and use it in GitHub Desktop.
Save CoderBK/257b65c9b84358bd725f51381c08de5a to your computer and use it in GitHub Desktop.
using Microsoft.Azure.WebJobs.Description;
using System;
namespace AzureFunctionAuthorization.Attributes {
[Binding]
[AttributeUsage(AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
public class JWTAuthorizationAttribute : Attribute {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment