WebJobsAuthenticationEventsRequestStatusType Enum

Definition

The status of the incoming request.

public enum WebJobsAuthenticationEventsRequestStatusType
type WebJobsAuthenticationEventsRequestStatusType = 
Public Enum WebJobsAuthenticationEventsRequestStatusType
Inheritance
WebJobsAuthenticationEventsRequestStatusType

Fields

Failed 0

If there is any failures on the incoming status, the StatusMessage property will contain the reason for the failure.

Successful 2

Incoming request and token has passed all checks and is in a successful state.

TokenInvalid 1

All check have passed except for the Token, which is invalid.

ValidationError 3

The incoming payload is invalid and failed validation checks

Applies to