app.blueprints.auth.AuthUserLoginResource

class app.blueprints.auth.AuthUserLoginResource(api=None, *args, **kwargs)

Bases: app.blueprints.auth.AuthBaseResource

Attributes

AuthUserLoginResource.auth_service

AuthUserLoginResource.decorators

The canonical way to decorate class-based views is to decorate the return value of as_view().

AuthUserLoginResource.method_decorators

AuthUserLoginResource.methods

A list of methods this view can handle.

AuthUserLoginResource.provide_automatic_options

Setting this disables or force-enables the automatic options handling.

AuthUserLoginResource.representations

Methods

AuthUserLoginResource.__init__([api])

AuthUserLoginResource.as_view(name, ...)

Converts the class into an actual view function that can be used with the routing system.

AuthUserLoginResource.dispatch_request(...)

Subclasses have to override this method to implement the actual view function code.

AuthUserLoginResource.post()

AuthUserLoginResource.validate_payload(func)

Perform a payload validation on expected model if necessary