pub type Parts<'p> = (Cow<'p, str>, String, Method);
Represents (verifier, secret, method) parts.
(verifier, secret, method)