scope property

List<String> get scope

A list of scopes that are approved by the user.

Implementation

List<String> get scope => _scope?.toDart.split(' ') ?? List<String>.empty();