accessToken property Null safety

String? accessToken
read / write

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

Implementation

String? accessToken;