You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backup codes for the MFA verification, if not provided, a new group of backup codes will be generated.
[optional]
Example
frompy_logto.models.create_user_mfa_verification_request_one_of3importCreateUserMfaVerificationRequestOneOf3# TODO update the JSON string belowjson="{}"# create an instance of CreateUserMfaVerificationRequestOneOf3 from a JSON stringcreate_user_mfa_verification_request_one_of3_instance=CreateUserMfaVerificationRequestOneOf3.from_json(json)
# print the JSON string representation of the objectprint(CreateUserMfaVerificationRequestOneOf3.to_json())
# convert the object into a dictcreate_user_mfa_verification_request_one_of3_dict=create_user_mfa_verification_request_one_of3_instance.to_dict()
# create an instance of CreateUserMfaVerificationRequestOneOf3 from a dictcreate_user_mfa_verification_request_one_of3_from_dict=CreateUserMfaVerificationRequestOneOf3.from_dict(create_user_mfa_verification_request_one_of3_dict)