# Functions
IsPublicViewerEnabled retrieves from the context the boolean value associated to the PublicViewerEnabled key.
# Constants
AccountIDKey is the context key for the account_id claim.
CompanyKey is the context key for the company claim.
EmailKey is the context key for the email claim.
FamilyNameKey is the context key for the family name claim.
GivenNameKey is the context key for the given name claim.
ImpersonateUser is the context key for the impersonated user in proxied call.
JWTClaimsKey is the context key for the claims struct.
OriginalSubKey is the context key for the original subject claim.
PublicViewerEnabled is a boolean value indicating whether PublicViewer support is enabled.
RequestReceivedTime is the context key for the starting time of a request made.
SubKey is the context key for the subject claim.
UserIDKey is the context key for the user_id claim.
UsernameKey is the context key for the preferred_username claim.
WorkspaceKey is the context key for the workspace name in echo.Context.