WebJobsAuthenticationEventsRequestStatusType Enum
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.
The status of the incoming request.
public enum WebJobsAuthenticationEventsRequestStatusType
type WebJobsAuthenticationEventsRequestStatusType =
Public Enum WebJobsAuthenticationEventsRequestStatusType
- Inheritance
-
WebJobsAuthenticationEventsRequestStatusType
Fields
Name | Value | Description |
---|---|---|
Failed | 0 | If there is any failures on the incoming status, the StatusMessage property will contain the reason for the failure. |
TokenInvalid | 1 | All check have passed except for the Token, which is invalid. |
Successful | 2 | Incoming request and token has passed all checks and is in a successful state. |
ValidationError | 3 | The incoming payload is invalid and failed validation checks |
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