Click or drag to resize

AuthenticationHandlerAuthorizeAsync Method

Called once by common code after authentication to respond directly to specifically known paths.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntax
public Task<bool> AuthorizeAsync()
View Source

Return Value

TaskBoolean
Returning true will cause the common code to call the next middle-ware in line. Returning false will cause the common code to begin the async completion journey without calling the rest of the middle-ware pipeline.
See Also