LoginAttempt
class LoginAttempt (View source)
Properties
protected string | $id | The attempt ID, this will be a unique identifier |
|
protected int | $userId | The user ID that a login was attempted for |
|
protected int | $utcDate | The datetime of the time the login happened. This date must be in UTC |
Methods
string
getId()
No description
setId(string $id)
No description
int
getUserId()
No description
setUserId(int $userId)
No description
getUtcDate()
No description
Details
string
getId()
No description
LoginAttempt
setId(string $id)
No description
int
getUserId()
No description
LoginAttempt
setUserId(int $userId)
No description
DateTime
getUtcDate()
No description
LoginAttempt
setUtcDate(DateTime $utcDate)
No description