scopes property

List<String> scopes

The valid scopes bound to this access token.

Implementation

List<String> get scopes => _data['scope'].split(' ');