scopes property

List<String> scopes

Implementation

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