AccountLockOrUnlockedDetails
open class AccountLockOrUnlockedDetails : CustomStringConvertible
Unlocked/locked account after failed sign in attempts.
-
The previous account status.
Declaration
Swift
public let previousValue: TeamLog.AccountState
-
The new account status.
Declaration
Swift
public let newValue: TeamLog.AccountState
-
Declaration
Swift
open var description: String { get }