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