app.blueprints.auth.AuthUserLogoutResource

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

Bases: app.blueprints.auth.AuthBaseResource

Attributes

AuthUserLogoutResource.auth_service

AuthUserLogoutResource.decorators

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

AuthUserLogoutResource.method_decorators

AuthUserLogoutResource.methods

A list of methods this view can handle.

AuthUserLogoutResource.provide_automatic_options

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

AuthUserLogoutResource.representations

Methods

AuthUserLogoutResource.__init__([api])

AuthUserLogoutResource.as_view(name, ...)

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

AuthUserLogoutResource.dispatch_request(...)

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

AuthUserLogoutResource.post()

AuthUserLogoutResource.validate_payload(func)

Perform a payload validation on expected model if necessary