[][src]Module oxide_auth::frontends::dev

Includes useful for writing frontends.

Re-exports

pub use endpoint::Endpoint;
pub use endpoint::WebRequest;
pub use endpoint::WebResponse;
pub use endpoint::OwnerSolicitor;

Structs

NormalizedParameter

The query parameter normal form.

Url

A parsed URL record.

Enums

Cow

A clone-on-write smart pointer.

OAuthError

Errors which should not or need not be communicated to the requesting party but which are of interest to the server. See the documentation for each enum variant for more documentation on each as some may have an expected response. These include badly formatted headers or url encoded body, unexpected parameters, or security relevant required parameters.

Traits

QueryParameter

Allows access to the query parameters in an url or a body.