JwtBearerEvents.OnChallenge 속성

정의

챌린지가 호출자에게 다시 전송되기 전에 호출됩니다.

public:
 property Func<Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerChallengeContext ^, System::Threading::Tasks::Task ^> ^ OnChallenge { Func<Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerChallengeContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerChallengeContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerChallengeContext,System.Threading.Tasks.Task> OnChallenge { get; set; }
member this.OnChallenge : Func<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerChallengeContext, System.Threading.Tasks.Task> with get, set
Public Property OnChallenge As Func(Of JwtBearerChallengeContext, Task)

속성 값

적용 대상