Skip to content

VuedaAllAuthMFAAdapter

Overview

The adapter class allows you to override various functionality of the allauth.mfa app. To do so, point settings.MFA_ADAPTER to your own class that derives from DefaultMFAAdapter and override the behavior by altering the implementation of the methods according to your own needs.

validation_error

Signature

validation_error(self, code, args)

Parameters

NameTypeRequiredDescription
selfyes
codeyes
argsyes

Source

server/vueda/user/adapters.py:66

Source

server/vueda/user/adapters.py:65

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2