Touch ID Auth
Touch ID Auth is a fingerprint recognition feature that allows users to unlock phone devices or doing some action.
Usage
It used to get rid of personal privacy for allowancing the following action.
Action [ Succeeded | Failed ]
Simply click the action you want to define and drag components inside.
Succeeded:
It used to define the action when the touch ID authentication is successful.
Example
Unlock the app by Touch ID Auth and let user get access to app content. We can do it by dismissing a "Popup" component and show app home page once user is authorized. The logic is showed below. ( ) is used to define the action we selected and [ ] is used to define the properties we set:
Touch ID Auth -> (Succeeded) -> Dismiss Popup
Failed:
It used to define the action when the touch ID authentication is failed.
Example
If you want to give a message telling someone that the touch ID is not match, simply drag a “Alert” component and set its title and message. The logic is showed below. ( ) is used to define the action we selected and [ ] is used to define the properties we set:
Touch ID Auth -> (Failed) -> Alert [Title: Touch ID is not match!, Content:Please try again!]
Properties
Simply click a gear on the right hand corner of related "Touch ID Auth" component to edit the properties.
Message - Used to define the message of the Touch ID Auth box.