File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Service/src/main/java/org/gusdb/wdk/service/filter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ protected boolean isGuestUserAllowed(String path) {
100100 }
101101
102102 // client-facing messages when authorization fails
103- private static final String MISSING_OR_INVALID_TOKEN = "Valid bearer token required for this endpoint." ;
104- private static final String EXPIRED_TOKEN = "Submitted bearer token has expired." ;
103+ private static final String MISSING_OR_INVALID_TOKEN = "Valid API Key required for this endpoint." ;
104+ private static final String EXPIRED_TOKEN = "Submitted API Key has expired." ;
105105 private static final String REGISTERED_USERS_ONLY = "This endpoint is only available to registered users, and requires an API key." ;
106106
107107 /**
You can’t perform that action at this time.
0 commit comments