CookieExceptionContext::ExceptionLocation Enumeration
The code paths where exceptions may be reported.
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
| Member name | Description | |
|---|---|---|
| ApplyResponseChallenge | The exception was reported in the ApplyResponseChallenge code path, during redirect generation. | |
| ApplyResponseGrant | The exception was reported in the ApplyResponseGrant code path, during sign-in, sign-out, or refresh. | |
| AuthenticateAsync | The exception was reported in the AuthenticateAsync code path. |
Show: