accessToken property

  1. @override
String accessToken
getter/setter pairoverride

Application requests an access token from the social media server, extracts a token from the response, and sends the token to the Server API that you want to access.

Implementation

@override
String accessToken;