AKFAccessToken
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

The protocol that represents an Access Token.

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

The account kit account ID.

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

The Facebook application ID.

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

The time the receiver was last refreshed.

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

The interval at which the token should be refreshed.

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

The opaque token string.

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