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

The protocol that represents an Access Token.

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

The account kit account ID.

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

The Facebook application ID.

@property (nonatomic, copy, readonly) NSString *applicationID;
정의된 값: AKFAccessToken.h
lastRefresh

The time the receiver was last refreshed.

@property (nonatomic, copy, readonly) NSDate *lastRefresh;
정의된 값: AKFAccessToken.h
tokenRefreshInterval

The interval at which the token should be refreshed.

@property (nonatomic, readonly, assign) NSTimeInterval tokenRefreshInterval;
정의된 값: AKFAccessToken.h
tokenString

The opaque token string.

@property (nonatomic, readonly, copy) NSString *tokenString;
정의된 값: AKFAccessToken.h