dimas-b commented on code in PR #2634:
URL: https://github.com/apache/polaris/pull/2634#discussion_r2380063705
##########
runtime/service/src/main/java/org/apache/polaris/service/auth/internal/service/OAuthError.java:
##########
@@ -16,21 +16,25 @@
* specific language governing permissions and limitations
* under the License.
*/
-package org.apache.polaris.service.auth;
-import jakarta.annotation.Nullable;
+package org.apache.polaris.service.auth.internal.service;
-/**
- * This is a union of configuration settings of all token brokers.
- *
- * @see TokenBrokerFactory
- */
-public interface TokenBrokerFactoryConfig {
- @Nullable
- String file();
+public enum OAuthError {
+ invalid_request("The request is invalid"),
Review Comment:
nit: UPPER case or CamelCase for values? (usage sites have changes anyway).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]