Record Class IdEventUserLoginAuthenticationFailed

java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.telemetry.api.IdEventUserLoginAuthenticationFailed
Record Components:
remoteHost - The remote remoteHost
userId - The user
All Implemented Interfaces:
IdEventType, IdEventUserType

public record IdEventUserLoginAuthenticationFailed(String remoteHost, UUID userId) extends Record implements IdEventUserType
A user provided incorrect credentials when trying to log in.