C# Class Nyan.Modules.Web.REST.auth.AddChallengeOnUnauthorizedResult

Inheritance: IHttpActionResult
Afficher le fichier Open project: bucknellu/Nyan

Méthodes publiques

Méthode Description
AddChallengeOnUnauthorizedResult ( AuthenticationHeaderValue challenge, IHttpActionResult innerResult ) : Nyan.Core.Extensions
ExecuteAsync ( CancellationToken cancellationToken ) : Task

Method Details

AddChallengeOnUnauthorizedResult() public méthode

public AddChallengeOnUnauthorizedResult ( AuthenticationHeaderValue challenge, IHttpActionResult innerResult ) : Nyan.Core.Extensions
challenge System.Net.Http.Headers.AuthenticationHeaderValue
innerResult IHttpActionResult
Résultat Nyan.Core.Extensions

ExecuteAsync() public méthode

public ExecuteAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task