const github.com/jackc/pgx/v5/pgproto3.AuthTypeSASL

6 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		authentication_sasl.go#L32: 	if authType != AuthTypeSASL {
		authentication_sasl.go#L53: 	dst = pgio.AppendUint32(dst, AuthTypeSASL)
		backend.go#L215: 		case AuthTypeSASL:
		backend.go#L280: 		AuthTypeSASL,
		frontend.go#L416: 	AuthTypeSASL              = 10
		frontend.go#L442: 	case AuthTypeSASL: