AKFAccount
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

The protocol that represents an Account.

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

The account kit account ID.

@property (nonatomic, readonly, copy) NSString *accountID;
정의된 값: AKFAccount.h
emailAddress

The account kit account email address.

@property (nullable, nonatomic, readonly, copy) NSString *emailAddress;
정의된 값: AKFAccount.h
phoneNumber

The account kit account phone number.

@property (nullable, nonatomic, readonly, copy) AKFPhoneNumber *phoneNumber;
정의된 값: AKFAccount.h