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