# Functions
GetAuth - returns Auth from the provided context.
IsAnonymous - if security context is not set or user is empty or the string anonymousit will return true/ not logged in.
SetupAuthFromHTTP - Enables Auth for later retrieval in the request flow, value added to returned Context.
SetupTestAuthFromContext - Enables Auth for later retrieval in the request flow, , value added to returned Context.
# Interfaces
Auth - Interface for setting up and retrieving authentication data.