AuthenticatedContext typedef

AuthenticatedContext = RequestContext

Passed to the Endpoint when client has authenticated allowing access to user resources.

Implementation

// HACK: Make AuthenticatedContext a separate type.
typedef AuthenticatedContext = RequestContext;