| Package | Description |
|---|---|
| io.apimatic.coreinterfaces.security |
| Modifier and Type | Method and Description |
|---|---|
static VerificationResult |
VerificationResult.failure(String... errors)
Creates a failed result with the given error messages.
|
static VerificationResult |
VerificationResult.success()
Creates a successful result.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<VerificationResult> |
SignatureVerifier.verifyAsync(Request request)
Verifies the signature of the specified HTTP request.
|
Copyright © 2025. All rights reserved.