Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 531 Bytes

File metadata and controls

15 lines (10 loc) · 531 Bytes

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]