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 - TODOIOException - TODOURISyntaxExceptionOAuthProblemException - the message is invalid.
The implementation should throw exceptions that conform to the OAuth
Problem Reporting extension.Copyright 2015- Charles R. Severance and licensed CC-BY Attribution 4.0