CookieExceptionContext.ExceptionLocation Enumeration
The code paths where exceptions may be reported.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public enum ExceptionLocation
public enum class ExceptionLocation
type ExceptionLocation
Public Enumeration ExceptionLocation
Members
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. |
See Also
Microsoft.Owin.Security.Cookies Namespace
Return to top