Kind: Controller
Source: Pams/API/Pams.API/ActionFilters/JWTAuthenticateAttribute.cs (line 524)
Part of: Pams
Where it refuses work
AuthenticatedControllerstops the work with an early return whenRequest.Properties.TryGetValue("CurrentPersonUserID", out _userId).AuthenticatedControllerstops the work with an early return whenRequest.Properties.TryGetValue("CompanyID", out _companyId).AuthenticatedControllerstops the work with an early return whenRequest.Properties.TryGetValue("CompanyBranchID", out _branchId).AuthenticatedControllerstops the work with an early return whenRequest.Properties.TryGetValue("SessionId", out _sessionId).AuthenticatedControllerstops the work with an early return whenRequest.Properties.TryGetValue("Email", out _userEmail).AuthenticatedControllerstops the work with an early return whenRequest.Properties.TryGetValue("IsMain", out _isMainUser).
Was this page helpful?