Available on crate feature
auth
only.Expand description
Authentication labels.
Structs§
- Decode
Error - Represents errors that occur when decoding labels.
- Empty
Error - Represents errors that occur when the label is empty.
- Error
- Represents errors that can occur when extracting labels.
- Label
- Represents authentication labels.
- Label
Builder - Use builder syntax to set the inputs and finish with
build()
. - Mismatch
Error - Represnets errors that can occur on issuer mismatch.
- Parse
Error - Represents errors that occur when parsing labels.
Enums§
- Decode
Error Source - Represents sources of errors that can occur when decoding labels.
- Error
Source - Represents sources of errors that can occur when extracting labels.
- Parse
Error Source - Represents sources of errors that can occur when parsing labels.
Constants§
Functions§
- try_
match - Checks whether the label issuer and the query issuer match, provided both are present.
Type Aliases§
- Owned
- Represents owned
Label
. - Owned
Parts - Represents owned
Parts
. - Parts
- Represents
(issuer, user)
parts of the label.