전체 scope 목록
List<String> get allScopes { final scopes = collect.toScopes(); if (additionalScopes != null) { scopes.addAll(additionalScopes!); } return scopes.toSet().toList(); }