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