VIAuthParams
Authentication parameters that may be used to log in with an access token.
Props
accessExpire
@property (assign, readonly, nonatomic) NSTimeInterval
accessExpireTime in seconds for the access token to expire.
Returns
type:
NSTimeInterval
accessToken
@property (strong, readonly, nonatomic) NSString *
accessTokenAccess token that can be used before accessExpire.
Returns
type:
NSString *
refreshExpire
@property (assign, readonly, nonatomic) NSTimeInterval
refreshExpireRefresh token TTL.
Returns
type:
NSTimeInterval
refreshToken
@property (strong, readonly, nonatomic) NSString *
refreshTokenRefresh token that can be used one time before refreshExpire.
Returns
type:
NSString *