Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. Mobile App Auth
  2. Logged Out*
  3. authentication method -> Authentication Method?
  4.  
  5. Logged In
  6. log out -> Logging Out
  7.  
  8. Logging Out
  9. done -> Logged Out
  10. failed -> Logging Out Error
  11.  
  12. Logging Out Error
  13.  
  14. Authentication Method?
  15. password auth? -> Verify User Password
  16. biometric auth? -> Supports Biometric Authentication?
  17.  
  18. Supports Biometric Authentication?
  19. supports biometric authentication? -> Has Stored Biometric Credentials For Username?
  20. does not support biometric authentication? -> Verify User Password
  21.  
  22. Biometric Authentication
  23. Has Stored Biometric Credentials For Username?
  24. has credentials in keychain for username? -> User Selected Biometric Authentication?
  25. does not have credentials in keychain for username? -> Empty Biometric Credentials For Username
  26.  
  27. User Selected Biometric Authentication?
  28. user selected biometric authentication? -> Biometric Authentication Method Selected
  29. user chose password authentication? -> Verify User Password
  30.  
  31. Biometric Authentication Method Selected
  32. # via biometric authentication
  33. log in -> Prompt For Biometric Authentication
  34. # remove biometric authentication for this username
  35. reset -> Resetting Biometric Credentials for Username
  36.  
  37. Prompt For Biometric Authentication
  38. credentials are correct? -> Logged In
  39. credentials are incorrect? -> Saved Biometric Credentials Error
  40.  
  41. Saved Biometric Credentials Error
  42. # try new password
  43. log in -> Empty Biometric Credentials For Username
  44. try password authentication -> Password Authentication Selected
  45.  
  46. Empty Biometric Credentials For Username
  47. # attempt authentication
  48. log in -> Saving Biometric Credentials For Username
  49.  
  50. Saving Biometric Credentials For Username
  51. # attempt authentication
  52. log in -> Prompt For Biometric Authentication
  53.  
  54. Resetting Biometric Credentials for Username
  55. # deleted
  56. reset -> Empty Biometric Credentials For Username
  57.  
  58. User Password Authentication
  59. Password Authentication Selected
  60. login -> Verify User Password
  61. Verify User Password
  62. credentials are correct? -> Logged In
  63. credentials are incorrect? -> Bad Credentials
  64. Bad Credentials
  65. reset -> Logged Out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement