Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
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.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
AuthApi
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.
AuthApi
Calls Django Auth SetPasswordForm save method. Accepts the following POST parameters: new_password1, new_password2 Returns the success/fail message.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
AuthApi
Calls Django Auth PasswordResetForm save method. Accepts the following POST parameters: email Returns the success/fail message.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
AuthApi
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.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
AuthApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
AuthApi
Signed URL contains a token which authenticates a user on the server.Signed URL is valid during 30 seconds since signing.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
This method signs URL for access to the server
AuthApi
Generated using TypeDoc
AuthApi - object-oriented interface
Export