public interface OAuthValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validateMessage(OAuthMessage message,
OAuthAccessor accessor)
Check that the given message from the given accessor is valid.
|
void validateMessage(OAuthMessage message, OAuthAccessor accessor) throws OAuthException, IOException, URISyntaxException
OAuthException - the message doesn't conform to OAuth. The exception contains
information that conforms to the OAuth Problem
Reporting extension.IOException - the message couldn't be read.URISyntaxException - the message URL is invalid.Copyright © 2025. All rights reserved.