OnGetAuthToken typedef

OnGetAuthToken = void Function(LinkedInAccessToken data)

Callbacks for LinkedIn Login which returns LinkedInAccessToken

LinkedInAccessToken contains the access token and expiry time

Implementation

typedef OnGetAuthToken = void Function(LinkedInAccessToken data);