Map<String, dynamic> toJson() => { 'sessionToken': this.sessionToken, 'sessionSecret': this.sessionSecret, 'expires_in': this.expirationTime, };