Package ch.rswk.meta.engine.rs
Class UserWebhookAuthResource
java.lang.Object
ch.rswk.meta.engine.rs.UserWebhookAuthResource
UserWebhookAuthResource provides a REST-like API to receive webhook authentication OTPs.
Delegates to UserService.verifyWebhookAuth(String, String)
.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
verifyWebhookAuth
(String authRef, String otp)
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
userService
-
-
Constructor Details
-
UserWebhookAuthResource
-
-
Method Details
-
verifyWebhookAuth
-