Utils

class falcon_auth2.RequestAttributes(req: falcon.request.Request, resp: falcon.response.Response, resource: Any, params: dict)[source]

Named tuple that is passed to the backend authenticate() when a request is performed.

params: dict

The parameters of passed in the url.

req: falcon.request.Request

The falcon request.

resource: Any

The falcon responder resource.

resp: falcon.response.Response

The falcon response.