Expand description
Secret wrappers for sensitive string material.
Use SecretString instead of raw String for API keys, tokens, and
client secrets so accidental debug/display output cannot leak values.
Structsยง
- Secret
String - Sensitive string wrapper with redacted debug/display output.