munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
user-service
/
com.munchies.user.domain.model
/
UserCredentials
/
UserCredentials
User
Credentials
constructor
(
id
:
UserId
,
passwordHash
:
String
,
salt
:
String
,
loginAttempts
:
Int
=
0
,
lockedUntil
:
Long
=
-1L
,
lastLogin
:
Long
=
0
)