| TwoFactorLoggingIn(two_factor login) |
| appearance as argument number 1 |
|
|
| (documentation TwoFactorLoggingIn EnglishLanguage "A Process of LoggingIn to a Computer that has an extra identity verification step beyond just entering a userName and password.") | ComputingBrands.kif 4289-4291 | |
| (subclass TwoFactorLoggingIn LoggingIn) | ComputingBrands.kif 4288-4288 | Two_factor login is a subclass of logging in |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage TwoFactorLoggingIn "two_factor login") | ComputingBrands.kif 4292-4292 |
| antecedent |
|
|
| (=> (instance ?TF TwoFactorLoggingIn) (exists (?DE ?DD) (and (subProcess ?DE ?TF) (instance ?DE DataEntry) (instance ?DD DigitalData) (objectTransferred ?DE ?DD) (not (instance ?DD ComputerPassword)) (not (instance ?DD UserName))))) |
ComputingBrands.kif 4294-4305 |
|
| consequent |
|
|
| (=> (and (attribute ?AC TwoFactorAuthentication) (loggedInDuring ?A ?AC ?T)) (exists (?TF) (and (instance ?TF TwoFactorLoggingIn) (agent ?TF ?A) (accountUsed ?TF ?AC) (earlier (WhenFn ?TF) ?T)))) |
ComputingBrands.kif 4368-4377 |
|
|
|