Optional
configuration: ConfigurationCheck the credentials and return the REST Token if the credentials are valid and authenticated. If email verification is enabled and the user has the unverified email, an email with a confirmation link will be sent. Calls Django Auth login method to register User ID in Django session framework. Accept the following POST parameters: username, email, password Return the REST Framework Token Object's key.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Calls Django logout method and delete the Token object assigned to the current User object. Accepts/Returns nothing.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Calls Django Auth SetPasswordForm save method. Accepts the following POST parameters: new_password1, new_password2 Returns the success/fail message.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Calls Django Auth PasswordResetForm save method. Accepts the following POST parameters: email Returns the success/fail message.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Password reset e-mail link is confirmed, therefore this resets the user's password. Accepts the following POST parameters: token, uid, new_password1, new_password2 Returns the success/fail message.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Signed URL contains a token which authenticates a user on the server.Signed URL is valid during 30 seconds since signing.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
This method signs URL for access to the server
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Generated using TypeDoc
AuthApi - axios parameter creator