WebJobsAuthenticationEventType Enum

Definition

Types of events to listen for and attach a function to.

public enum WebJobsAuthenticationEventType
type WebJobsAuthenticationEventType = 
Public Enum WebJobsAuthenticationEventType
Inheritance
WebJobsAuthenticationEventType

Fields

Name Value Description
OnTokenIssuanceStart 0

When a token is issued, this event will be called and the ability to append claim to the token is enabled via the response.

Applies to