C# 클래스 Nyan.Modules.Web.REST.auth.AddChallengeOnUnauthorizedResult

상속: IHttpActionResult
파일 보기 프로젝트 열기: bucknellu/Nyan

공개 메소드들

메소드 설명
AddChallengeOnUnauthorizedResult ( AuthenticationHeaderValue challenge, IHttpActionResult innerResult ) : Nyan.Core.Extensions
ExecuteAsync ( CancellationToken cancellationToken ) : Task

메소드 상세

AddChallengeOnUnauthorizedResult() 공개 메소드

public AddChallengeOnUnauthorizedResult ( AuthenticationHeaderValue challenge, IHttpActionResult innerResult ) : Nyan.Core.Extensions
challenge System.Net.Http.Headers.AuthenticationHeaderValue
innerResult IHttpActionResult
리턴 Nyan.Core.Extensions

ExecuteAsync() 공개 메소드

public ExecuteAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task