gws.plugin.auth_mfa.totp

TOTP multi-factor adapter.

This adapter accepts TOTPs from authenticator apps. The user is required to have an mfaSecret string attribute.

Source code: gws.plugin.auth_mfa.totp

Package Contents

class gws.plugin.auth_mfa.totp.Config

TOTP multi-factor authenticator configuration.

class gws.plugin.auth_mfa.totp.Object
key_uri(secret, issuer_name, account_name)
start(user)
verify(mfa, payload)