iOS HMOAuthSuccess
HMOAuthSuccess is used to return OAuth's values.
Table of Contents
Properties
Access token
Access token expires in x seconds
Declaration
let expiresIn: TimeInterval
Refresh token
Declaration
refreshToken: String
Discussion
New access token should be requested with this when the current one has expired
Read More
OAuth's state (context)
Declaration
let state: String?