Method | Description | |
---|---|---|
AuthenticateAsync ( System.Web.Http.Filters.HttpAuthenticationContext context, |
||
AuthenticateAttribute ( IAuthorizer authorizer ) : System.Net.Http.Headers | ||
ChallengeAsync ( System.Web.Http.Filters.HttpAuthenticationChallengeContext context, |
Method | Description | |
---|---|---|
SetupUnauthenticated ( ) : void |
public AuthenticateAsync ( System.Web.Http.Filters.HttpAuthenticationContext context, |
||
context | System.Web.Http.Filters.HttpAuthenticationContext | |
cancellationToken | ||
return | Task |
public AuthenticateAttribute ( IAuthorizer authorizer ) : System.Net.Http.Headers | ||
authorizer | IAuthorizer | |
return | System.Net.Http.Headers |
public ChallengeAsync ( System.Web.Http.Filters.HttpAuthenticationChallengeContext context, |
||
context | System.Web.Http.Filters.HttpAuthenticationChallengeContext | |
cancellationToken | ||
return | Task |