public class LogRedactUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
redactQueryString(java.lang.String qs)
Redacts sensitive information such as an access token from the query string to make it suitable
for logging.
|