Rate this page:

VIAuthParams

Authentication parameters that may be used for login with access token.

Props

accessExpire

Copy URL
@property (assign, readonly, nonatomic) 

NSTimeInterval

accessExpire

Time in seconds to access token expire.

Returns

  • type:

    NSTimeInterval

accessToken

Copy URL
@property (strong, readonly, nonatomic) 

NSString *

accessToken

Access token that can be used this token before accessExpire.

Returns

  • type:

    NSString *

refreshExpire

Copy URL
@property (assign, readonly, nonatomic) 

NSTimeInterval

refreshExpire

Time in seconds to refresh token expire.

Returns

  • type:

    NSTimeInterval

refreshToken

Copy URL
@property (strong, readonly, nonatomic) 

NSString *

refreshToken

Refresh token that can be used one time before refreshExpire.

Returns

  • type:

    NSString *