Created
May 16, 2020 07:50
-
-
Save dimuthnc/e91ad52cbc132e06b2436b76871c3885 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perform_basic_authentication() | |
fraud_score = calculate_fraud_score( event_inputs ) | |
if( fraud_score < 0.25 ) : | |
complete_authentication() | |
Else if(fraud_score < 0.75 ): | |
perform_biomatrix_authentication() | |
Else: | |
set_authentication_failed(error_message) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment