SensibillUser
class SensibillUser(var tokenType: String?, var accessToken: String?, var refreshToken: String?, var tokenId: String?, var expiresIn: Int?, var refreshExpiresIn: Int?, var mAccessId: String) : Serializable
Class that defines the Authentication properties of a Sensibill User
Constructors
Properties
Link copied to clipboard
Token which uniquely identifies a users session. Used to make API calls on behalf of the user
Link copied to clipboard
String representation of the date when the access token will expire
Link copied to clipboard
String representation of the date when the refresh token will expire
Link copied to clipboard
The number of seconds until refresh token expires
Link copied to clipboard
Token which is used to obtain a new access token on behalf of user