Enum AuthorizationState
- Namespace
- Bunit.TestDoubles
- Assembly
- Bunit.Web.dll
Enumeration that represents the user's authorization state.
public enum AuthorizationState
- Extension Methods
Fields
Authorized = 1
Represents authorized user state.
Authorizing = 2
Represents authorizing user state.
Represents unauthorized user state.