Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 583 Bytes

File metadata and controls

15 lines (10 loc) · 583 Bytes

bind_api.model.CheckPasscodeRequest

Load the model package

import 'package:bind_api/api.dart';

Properties

Name Type Description Notes
passcode String A passcode to check. Passcode argument is hashed by SHA256 algorithm and is compared to a hashed passcode stored in DB for currently authenticated User. [optional]

[Back to Model list] [Back to API list] [Back to README]