toString

fun toString(incldueSensitiveInformation: Boolean): String(source)


open override fun toString(): String(source)

Deprecated

Usage of toString in authority is discouraged as a decision should be made on whether to include sensitive information within userInfo or not, if it exists.

Replace with

toString(includeSensitiveInformation)