VKAccessTokenMutable Class Reference

Inherits from VKAccessToken : VKObject : NSObject
Declared in VKAccessToken.h
VKAccessToken.m

  accessToken

String token for use in request parameters

@property (nonatomic, readwrite, copy) NSString *accessToken

Discussion

String token for use in request parameters

Declared In

VKAccessToken.h

  userId

Current user id for this token

@property (nonatomic, readwrite, copy) NSString *userId

Discussion

Current user id for this token

Declared In

VKAccessToken.h

  secret

User secret to sign requests (if nohttps used)

@property (nonatomic, readwrite, copy) NSString *secret

Discussion

User secret to sign requests (if nohttps used)

Declared In

VKAccessToken.h

  httpsRequired

If user sets “Always use HTTPS” setting in his profile, it will be true

@property (nonatomic, readwrite, assign) BOOL httpsRequired

Discussion

If user sets “Always use HTTPS” setting in his profile, it will be true

Declared In

VKAccessToken.h

  expiresIn

Time when token expires

@property (nonatomic, readwrite, assign) NSInteger expiresIn

Discussion

Time when token expires

Declared In

VKAccessToken.h

  localUser

Indicates time of token creation

@property (nonatomic, readwrite, strong) VKUser *localUser

Discussion

Indicates time of token creation

Declared In

VKAccessToken.h