다음을 통해 공유


OpenIdConnectEvents.OnPushAuthorization 속성

정의

PAR을 사용하여 권한 부여 매개 변수를 푸시하기 전에 호출됩니다.

public Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.PushedAuthorizationContext,System.Threading.Tasks.Task> OnPushAuthorization { get; set; }
member this.OnPushAuthorization : Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.PushedAuthorizationContext, System.Threading.Tasks.Task> with get, set
Public Property OnPushAuthorization As Func(Of PushedAuthorizationContext, Task)

속성 값

적용 대상