AccountLockOrUnlockedDetails
public class AccountLockOrUnlockedDetails : CustomStringConvertible, JSONRepresentable
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
public var description: String { get }
View on GitHub
AccountLockOrUnlockedDetails Class Reference