# Functions
AppConfigFromContext retrieves an AppConfig from the given context.
LoggedInHandler is called after the token is sent back to the app by GCloud CX.
LoggedOutHandler is called after the PureCloud user is logged out.
MainHandler is the main webpage.
MessageLoop receives PureCloud Notification Topics and handles them.
NotFoundHandler is called when all other routes did not match.
WidgetHandler gives the Javascript to help configuring a GCloud CX Widget.
# Constants
AppConfigKey is the key to store AppConfig in context.Context.
# Variables
Client is the GCloud CX Client.
Log is the application Logger.
MyAppConfig holds the configuration of this Application.