Click or drag to resize

AuthenticationFailureResultExecuteAsync Method

Returns unauthorized HTTP response message.

Namespace:  GSF.Web.Security
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.2.101-beta
Syntax
public Task<HttpResponseMessage> ExecuteAsync(
	CancellationToken cancellationToken
)
Request Example View Source

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Token to cancel async operation.

Return Value

Type: TaskHttpResponseMessage
Response message result of execution.

Implements

IHttpActionResult.ExecuteAsync(CancellationToken)
See Also