Module secret

Module secret 

Source
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ยง

SecretString
Sensitive string wrapper with redacted debug/display output.