mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 14:46:49 +00:00
docfix/added the comments for override val attemptCounter
This commit is contained in:
parent
8a2ee76c88
commit
ccd286f4d9
@ -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]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user