Module splinter::oauth::store [−][src]
Expand description
Defines an API to manage in-flight OAuth2 requests.
Structs
| DieselInflightOAuthRequestStore | A Diesel-backed InflightOAuthRequestStore |
| MemoryInflightOAuthRequestStore | A memory-backed implementation of InflightOAuthRequestStore. |
Enums
| InflightOAuthRequestStoreError | Errors that may occur during InflightOAuthRequestStore operations. |
Traits
| InflightOAuthRequestStore | A Store for the in-flight information pertaining to an OAuth2 request. |