accessToken property

String? accessToken
getter/setter pair

The requested access token. The app can use this token to authenticate to the secured resource, such as a web API.

Implementation

String? accessToken;