C# 클래스 JabbR.Middleware.AuthorizationHandler

파일 보기 프로젝트 열기: ucdavis/JabbR

공개 메소드들

메소드 설명
AuthorizationHandler ( Func,Task> next, IAuthenticationTokenService authenticationTokenService ) : System
Invoke ( object>.IDictionary env ) : System.Threading.Tasks.Task

메소드 상세

AuthorizationHandler() 공개 메소드

public AuthorizationHandler ( Func,Task> next, IAuthenticationTokenService authenticationTokenService ) : System
next Func,Task>
authenticationTokenService IAuthenticationTokenService
리턴 System

Invoke() 공개 메소드

public Invoke ( object>.IDictionary env ) : System.Threading.Tasks.Task
env object>.IDictionary
리턴 System.Threading.Tasks.Task