public interface SignatureVerifier
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<VerificationResult> |
verifyAsync(Request request)
Verifies the signature of the specified HTTP request.
|
CompletableFuture<VerificationResult> verifyAsync(Request request)
request - The HTTP request data to verify.CompletableFuture containing the outcome of the verification process.Copyright © 2025. All rights reserved.