Skip to main content

Module access_tfa_api

Module access_tfa_api 

Source

Enums§

AccessTfaCreateTfaError
struct for typed errors of method access_tfa_create_tfa
AccessTfaDeleteTfaError
struct for typed errors of method access_tfa_delete_tfa
AccessTfaGetAccessTfaByUseridByIdError
struct for typed errors of method access_tfa_get_access_tfa_by_userid_by_id
AccessTfaGetAccessTfaByUseridError
struct for typed errors of method access_tfa_get_access_tfa_by_userid
AccessTfaGetTfaError
struct for typed errors of method access_tfa_get_tfa
AccessTfaUpdateTfaError
struct for typed errors of method access_tfa_update_tfa

Functions§

access_tfa_create_tfa
Add a TFA entry to the user.
access_tfa_delete_tfa
Delete a single TFA entry.
access_tfa_get_access_tfa_by_userid
Add a TOTP secret to the user.
access_tfa_get_access_tfa_by_userid_by_id
Get a single TFA entry.
access_tfa_get_tfa
List user TFA configuration. Permissions: Returns all or just the logged-in user, depending on privileges.
access_tfa_update_tfa
Update user’s TFA entry description.