question on OAuthSessionManagerProviderTokenServices
Hello:
I am wondering why OAuthSessionManagerProviderTokenServices does not extend RandomValueProviderTokenServices but implements OAuthProviderTokenServices directly?
What benefit is there in using OAuthSessionManager to manage the OAuth 1.0a process instead of just leveraging code in RandomValueProviderTokenServices and just implementing the persistence of tokens?
Thanks,
Vincent |