pub type Pin = SensitiveString;
A PIN. Wrapped to prevent accidental logging.
pub struct Pin(Sensitive<String>);
0: Sensitive<String>