Get required scopes for a method
static List<String> getRequiredScopes(String method) { return methodScopes[method] ?? []; }