ISecurityTokenValidator.ValidateToken(HttpRequest) Method
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.
Validates security token from http request.
public Microsoft.Azure.WebJobs.Extensions.SignalRService.SecurityTokenResult ValidateToken(Microsoft.AspNetCore.Http.HttpRequest request);
abstract member ValidateToken : Microsoft.AspNetCore.Http.HttpRequest -> Microsoft.Azure.WebJobs.Extensions.SignalRService.SecurityTokenResult
Public Function ValidateToken (request As HttpRequest) As SecurityTokenResult
Parameters
- request
- HttpRequest
Http request that was sent to azure function
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET