Part of canonical.launchpad.interfaces.oauth View In Hierarchy
Known implementations: canonical.launchpad.database.oauth.OAuthNonce
The nonce value (which is unique for all requests with that timestamp) is generated by the consumer and included, together with the timestamp, in each request made. It's used to prevent replay attacks.
Datetime | request_timestamp | Undocumented |
Object | access_token | Undocumented |
TextLine | nonce | Undocumented |