deux.oauth2.views

class deux.oauth2.views.MFATokenView[source]

Extends OAuth’s base TokenView to support MFA.

oauthlib_backend_class

Use Deux’s custom backend for the MFA OAuth api.

alias of MFARequestBackend

validator_class

Use Deux’s custom validator for the MFA OAuth api.

alias of MFAOAuth2Validator