AuthKit

 

Exists

Checks the specified key is present in the environ.

Takes the following arguments:

key
The required key
error
The error to be raised if the key is missing. XXX This argument may be deprecated soon.

Methods

f __init__(self, key, error=<NotAuthorizedError Forbidden; code=403>) ...

f check(self, app, environ, start_response) ...

See the source for more information.