DBTEAMLOGAccountLockOrUnlockedDetails

Objective-C

@interface DBTEAMLOGAccountLockOrUnlockedDetails
    : NSObject <DBSerializable, NSCopying>

Swift

class DBTEAMLOGAccountLockOrUnlockedDetails : NSObject, DBSerializable, NSCopying

The AccountLockOrUnlockedDetails struct.

Unlocked/locked account after failed sign in attempts.

This class implements the DBSerializable protocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.

Instance fields

Constructors