- All Implemented Interfaces:
- Serializable, CredentialService, VerifierService
public class OAuthVerifierService
extends OAuthCredentialService
implements VerifierService
Default implementation of VerifierService, to be used in OAuth provider/server.
Note that an instance of OAuthVerifierService is used across multiple oauth consumers.
That is, based on IncomingRequest, an appropriate consumer (consumer credential) is selected for verification.
The consumer credential info is implicitly set via the embedded OAuthCredentialMapper object.
- See Also:
- Serialized Form