docfix/added the comments for override val attemptCounter

This commit is contained in:
hongwei 2022-05-04 15:27:14 +02:00
parent 8a2ee76c88
commit ccd286f4d9

View File

@ -532,7 +532,7 @@ case class ChallengeCommons(
override val scaMethod: Option[SCA],
override val scaStatus: Option[SCAStatus],
override val authenticationMethodId: Option[String] ,
override val attemptCounter: Int = 0
override val attemptCounter: Int = 0 //NOTE: set the default value here, so do not break current connectors
) extends ChallengeTrait
object ChallengeCommons extends Converter[ChallengeTrait, ChallengeCommons]