static String getScopesAsString(List<String>? scopes) { if (scopes != null) { return scopes.join(' ').trim(); } return ''; }