pub enum TIFValue {
CurrentIdMatch = 1,
PreviousIdMatch = 2,
IpsMatch = 4,
SqrlDisabled = 8,
FunctionNotSupported = 16,
TransientError = 32,
CommandFailed = 64,
ClientFailure = 128,
BadId = 256,
IdentitySuperseded = 512,
}
Expand description
Transaction information flags
Variants§
CurrentIdMatch = 1
A response indicating the current identity (idk) matches the known server identity
PreviousIdMatch = 2
A response indicating the previous identity (pidk) matches the known server identity
IpsMatch = 4
A response indicating the client ip address matches the first ip address to query the server
SqrlDisabled = 8
Response that indicates SQRL is disabled for this user
FunctionNotSupported = 16
Response that indicates the server does not support the previous request
TransientError = 32
Response that indicates the server experienced a transient error and the request should be retried
CommandFailed = 64
Response that indicates the client command failed
ClientFailure = 128
Response that indicates that the client query was incorrect
BadId = 256
Response that indicates that the identities used in the client query do not match the server’s
IdentitySuperseded = 512
Response that indicates the client identity used has been superseded