bind_api.model.UpdateUserPasscodeRequest Load the model package import 'package:bind_api/api.dart'; Properties Name Type Description Notes passcode String New passcode of a User. Passcode is hashed by SHA256 algorithm and stored in DB in hashed form. [optional] [Back to Model list] [Back to API list] [Back to README]