Module oxide_auth::frontends::dev [−][src]
Expand description
Simply a prelude useful for writing front-ends.
Re-exports
pub use crate::endpoint::Endpoint;pub use crate::endpoint::WebRequest;pub use crate::endpoint::WebResponse;pub use crate::endpoint::OwnerSolicitor;Structs
Enums
A clone-on-write smart pointer.
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
Allows access to the query parameters in an url or a body.