grantedScopes property
A list of OAuth2 scopes granted to the extension.
Implementation
List<String>? get grantedScopes =>
_wrapped.grantedScopes?.toDart.cast<String>().map((e) => e).toList();
A list of OAuth2 scopes granted to the extension.
List<String>? get grantedScopes =>
_wrapped.grantedScopes?.toDart.cast<String>().map((e) => e).toList();