AzureFunctionsAuthenticationHttpContextExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions for AzureFunctionsAuthenticationHttpContextExtension.
public static class AzureFunctionsAuthenticationHttpContextExtension
type AzureFunctionsAuthenticationHttpContextExtension = class
Public Module AzureFunctionsAuthenticationHttpContextExtension
- Inheritance
-
AzureFunctionsAuthenticationHttpContextExtension
Methods
AuthenticateAzureFunctionAsync(HttpContext) |
Enables an Azure Function to act as/expose a protected web API, enabling bearer token authentication. Calling this method from your Azure function validates the token and exposes the identity of the user or app on behalf of which your function is called, in the HttpContext.User member, where your function can make use of it. |