pub type Owned = Label<'static>;
Available on crate feature
auth
only.Expand description
Represents owned Label
.
Aliased Type§
pub struct Owned {
pub issuer: Option<Part<'static>>,
pub user: Part<'static>,
}
Fields§
§issuer: Option<Part<'static>>
The authentication issuer.
user: Part<'static>
The authentication user.