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

The protocol that represents an Access Token.

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

The account kit account ID.

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

The Facebook application ID.

@property (nonatomic, copy, readonly) NSString *applicationID;
Declared In: AKFAccessToken.h
lastRefresh

The time the receiver was last refreshed.

@property (nonatomic, copy, readonly) NSDate *lastRefresh;
Declared In: AKFAccessToken.h
tokenRefreshInterval

The interval at which the token should be refreshed.

@property (nonatomic, readonly, assign) NSTimeInterval tokenRefreshInterval;
Declared In: AKFAccessToken.h
tokenString

The opaque token string.

@property (nonatomic, readonly, copy) NSString *tokenString;
Declared In: AKFAccessToken.h