const github.com/jackc/pgproto3/v2.AuthTypeSASLFinal

4 uses

	github.com/jackc/pgproto3/v2 (current package)
		authentication_sasl_final.go#L27: 	if authType != AuthTypeSASLFinal {
		authentication_sasl_final.go#L41: 	dst = pgio.AppendUint32(dst, AuthTypeSASLFinal)
		frontend.go#L155: 	AuthTypeSASLFinal         = 12
		frontend.go#L175: 	case AuthTypeSASLFinal: