Available on crate feature
auth only.Expand description
One-Time Password authentication.
Re-exports§
pub use core::Auth;pub use core::Owned;pub use label::Label;pub use label::Owned as OwnedLabel;pub use part::Owned as OwnedPart;pub use part::Part;pub use scheme::SCHEME;
Modules§
- core
- Core functionality for authentication.
- label
- Authentication labels.
- part
- Authentication parts.
- query
- URL queries.
- scheme
- Authentication scheme.
- url
- URL functionality.
- utf8
- UTF-8 errors.
Structs§
- Url
- A parsed URL record.