Model which represents failed authentication. Whenever user fails to authenticate too many times and it's account is disabled as consequence, this model will be persisted by the FailedAuthenticationAttemptsRepository.
Account id.
Timestamp when authentication failure has been detected.
Device from where authentication has been made.
Authentication id.
Ip from where authentication has been made.
Location from where authentication has been made.
Model which represents failed authentication.
Whenever user fails to authenticate too many times and it's account is disabled as consequence, this model will be persisted by the FailedAuthenticationAttemptsRepository.