Crate oxide_auth_iron

Source
Expand description

Offers bindings for the code_grant module with iron servers.

§Hello world

Structs§

OAuthError
Generic error type produced by Oxide Auth operations that can be coerced into an IronError
OAuthRequest
Request type that can be derived from an iron::Request.
OAuthResponse
Response type that can be coerced into an iron::Response.

Enums§

Error
Errors while decoding requests.