surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

lookup_nonce in abstract class OAuthDatastore of the Python library shows the wrong return type #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Either that or the example server's MockOAuthDataStore.lookup_nonce is wrong.  
The abstract class 
says to return OAuthToken while MockOAuthDataStore returns an str.

It doesn't seem like the difference would really break anything, but I figured 
you'd want to know 
about the inconsistency.

Original issue reported on code.google.com by sumee...@gmail.com on 19 Nov 2009 at 12:15

GoogleCodeExporter commented 8 years ago

Original comment by morten.f...@gmail.com on 5 Jan 2010 at 11:36