pub trait WebBotAuthSignedMessage: SignedMessage {
// Required method
fn fetch_signature_agent(&self) -> Option<String>;
}Expand description
A trait that messages wishing to be verified as a web-bot-auth method specifically
must implement.
Required Methods§
Sourcefn fetch_signature_agent(&self) -> Option<String>
fn fetch_signature_agent(&self) -> Option<String>
Obtain the parsed version of Signature-Agent HTTP header