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.