[][src]Crate oxide_auth_rocket

Adaptions and integration for rocket.

Structs

Generic

A rather basic Endpoint implementation.

OAuthFailure

Failed handling of an oauth request, providing a response.

OAuthRequest

Request guard that also buffers OAuth data internally.

OAuthResponse

Response type for Rocket OAuth requests

Enums

NoError

An uninhabited error type for simple requests and responses.

WebError

Request error at the http layer.