VuedaForgotPasswordView
Overview
Base class for all other generic views.
options
Handler method for HTTP 'OPTIONS' request.
Signature
options(self, request, args, kwargs)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| request | yes | ||
| args | yes | ||
| kwargs | yes |
Source
.venv/lib/python3.11/site-packages/rest_framework/views.py:531
post
Signature
post(self, request, args, kwargs)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| request | yes | ||
| args | yes | ||
| kwargs | yes |
Source
server/vueda/user/views.py:132
permission_classes
schema
serializer_class
Source
server/vueda/user/views.py:114