app.blueprints.auth.ResetPasswordResource

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

Bases: app.blueprints.auth.AuthBaseResource

Attributes

ResetPasswordResource.auth_service

ResetPasswordResource.decorators

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

ResetPasswordResource.method_decorators

ResetPasswordResource.methods

A list of methods this view can handle.

ResetPasswordResource.provide_automatic_options

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

ResetPasswordResource.representations

Methods

ResetPasswordResource.__init__([api])

ResetPasswordResource.as_view(name, ...)

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

ResetPasswordResource.dispatch_request(...)

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

ResetPasswordResource.get(token)

ResetPasswordResource.post(token)

ResetPasswordResource.validate_payload(func)

Perform a payload validation on expected model if necessary