LinkedInTokenObject constructor
Creates a LinkedInTokenObject with the provided values.
accessToken is the OAuth access token used to authenticate API requests.
expiresIn is the number of seconds until the access token expires.
Implementation
LinkedInTokenObject({
this.accessToken,
this.expiresIn,
});