AKFAccount
A more recent version of this class is available. Check out the latest version.

The protocol that represents an Account.

Extends Protocol:NSObject, NSCopying, NSSecureCoding
Declared in:AKFAccount.h
Properties
accountID

The account kit account ID.

@property (nonatomic, readonly, copy) NSString *accountID;
Declared In: AKFAccount.h
emailAddress

The account kit account email address.

@property (nullable, nonatomic, readonly, copy) NSString *emailAddress;
Declared In: AKFAccount.h
phoneNumber

The account kit account phone number.

@property (nullable, nonatomic, readonly, copy) AKFPhoneNumber *phoneNumber;
Declared In: AKFAccount.h